VisDirListBox
PPJ.Runtime.Vis.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
VisDirListBox()

Default Constructor.
Methods
FromHandle(hWnd)

Returns the control associated with the handle.
Parameter
Type
Description
Returns: VisDirListBox.
GetSelectedDir()

Returns the selected directory.
Returns: SalString.
Populate(sDir)

Populates the listbox with the sub directories in the specified directory.
Parameter
Type
Description
Returns: SalBoolean.
SetSelectedDir()

Selects the highlighted directory.
Returns: SalString.
Implements
Name
Description
Last updated