VisDirListBox

PPJ.Runtime.Vis.VisDirListBox

Namespace: PPJ.Runtime.Vis

Assembly: PPJ.Runtime.Vis.49 (4.9.0.0)

Displays collapsible list of directories in a list box.

public class VisDirListBox : VisListBoxBase

Constructors

VisDirListBox()

Default Constructor.

Methods

FromHandle(handle)

Returns the control associated with the handle.

ParameterTypeDescription

handle

Returns: VisDirListBox.

GetSelectedDir()

Returns the selected directory.

Returns: SalString.

Populate(dir)

Populates the list box with the sub directories in the specified directory.

ParameterTypeDescription

dir

Returns: SalBoolean.

SetSelectedDir()

Selects the highlighted directory.

Returns: SalString.

Implements

Last updated