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

Default Constructor.
Methods
FromHandle(hWnd)

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

Returns the full path of the selected directory.
Returns: SalString.
Populate(sDir)

Populates the tree control with the sub-directories in the specified folder.
Parameter
Type
Description
Returns: SalBoolean.
Implements
Name
Description
Last updated