Skip to main content

VisDirTreeListBox

Namespace: PPJ.Runtime.Vis

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

Displays directory tree outline in a list box.

public class VisDirTreeListBox : VisOutlineListBox

Constructors

Instance memberVisDirTreeListBox()

Default Constructor.

Methods

Static memberFromHandle(handle)

Returns the control associated with the handle.

ParameterTypeDescription
handleSalWindowHandle

Returns: VisDirTreeListBox.

Instance memberGetSelectedDir()

Returns the full path of the selected directory.

Returns: SalString.

Instance memberPopulate(sDir)

Populates the tree control with the sub-directories in the specified folder.

ParameterTypeDescription
sDirSalString

Returns: SalBoolean.

Implements

NameDescription
ISalControl
ISalListControl
ISalWindow