VisDirListBox
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.49 (4.9.0.0)
Displays collapsible list of directories in a list box.
- C#
- VB.NET
public class VisDirListBox : VisListBoxBase
Public Class VisDirListBox
Inherits VisListBoxBase
Constructors
VisDirListBox()
Default Constructor.
Methods
FromHandle(handle)
Returns the control associated with the handle.
| Parameter | Type | Description |
|---|---|---|
| handle | SalWindowHandle |
Returns: VisDirListBox.
GetSelectedDir()
Returns the selected directory.
Returns: SalString.
Populate(dir)
Populates the list box with the sub directories in the specified directory.
| Parameter | Type | Description |
|---|---|---|
| dir | SalString |
Returns: SalBoolean.
SetSelectedDir()
Selects the highlighted directory.
Returns: SalString.
Implements
| Name | Description |
|---|---|
| ISalControl | |
| ISalListControl | |
| ISalWindow |