Skip to main content
Version: 2025

VisDirListBox

Namespace: PPJ.Runtime.Vis

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

Displays collapsible list of directories in a listbox.

public class VisDirListBox : VisListBoxBase

Constructors

Instance memberVisDirListBox()

Default Constructor.

Methods

Static memberFromHandle(hWnd)

Returns the control associated with the handle.

ParameterTypeDescription
hWndSalWindowHandle

Returns: VisDirListBox.

Instance memberGetSelectedDir()

Returns the selected directory.

Returns: SalString.

Instance memberPopulate(sDir)

Populates the listbox with the sub directories in the specified directory.

ParameterTypeDescription
sDirSalString

Returns: SalBoolean.

Instance memberSetSelectedDir()

Selects the highlighted directory.

Returns: SalString.

Implements

NameDescription
ISalControl
ISalListControl
ISalWindow