VisDirTreeListBox
PPJ.Runtime.Vis.VisDirTreeListBox
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.49 (4.9.0.0)
Displays directory tree outline in a list box.
public class VisDirTreeListBox : VisOutlineListBoxPublic Class VisDirTreeListBox
Inherits VisOutlineListBoxConstructors
VisDirTreeListBox()
Default Constructor.
Methods
FromHandle(handle)
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