Skip to main content

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

Instance memberVisDirListBox()

Default Constructor.

Methods

Static memberFromHandle(handle)

Returns the control associated with the handle.

ParameterTypeDescription
handleSalWindowHandle

Returns: VisDirListBox.

Instance memberGetSelectedDir()

Returns the selected directory.

Returns: SalString.

Instance memberPopulate(dir)

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

ParameterTypeDescription
dirSalString

Returns: SalBoolean.

Instance memberSetSelectedDir()

Selects the highlighted directory.

Returns: SalString.

Implements

NameDescription
ISalControl
ISalListControl
ISalWindow