Skip to main content
Version: 2025

VisDirTreeListBox

Namespace: PPJ.Runtime.Vis

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

Displays directory tree outline in a listbox.

public class VisDirTreeListBox : VisOutlineListBox

Constructors

Instance memberVisDirTreeListBox()

Default Constructor.

Methods

Static memberFromHandle(hWnd)

Returns the control associated with the handle.

ParameterTypeDescription
hWndSalWindowHandle

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