VisDirTreeListBox
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.49 (4.9.0.0)
Displays directory tree outline in a list box.
- C#
- VB.NET
public class VisDirTreeListBox : VisOutlineListBox
Public Class VisDirTreeListBox
Inherits VisOutlineListBox
Constructors
VisDirTreeListBox()
Default Constructor.
Methods
FromHandle(handle)
Returns the control associated with the handle.
| Parameter | Type | Description |
|---|---|---|
| handle | SalWindowHandle |
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 |
|---|---|---|
| sDir | SalString |
Returns: SalBoolean.
Implements
| Name | Description |
|---|---|
| ISalControl | |
| ISalListControl | |
| ISalWindow |