Skip to main content
Version: 2023

VisDesktopListBox

Namespace: PPJ.Runtime.Vis

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

Displays directory tree in a listbox similar to Win95

public class VisDesktopListBox : VisOutlineListBox

Constructors

Instance memberVisDesktopListBox()

Default Constructor.

Methods

Static memberFromHandle(hWnd)

Returns the control associated with the handle.

ParameterTypeDescription
hWndSalWindowHandle

Returns: VisDesktopListBox.

Instance memberGetItemDir(hItem)

Retrieves directory for specified item handle.

ParameterTypeDescription
hItemSalNumber

Returns: SalString.

Instance memberGetSelectedDir()

Returns the full path of the selected directory.

Returns: SalString.

Implements

NameDescription
ISalControl
ISalListControl
ISalWindow