VisDirListBox
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Web.Vis.49 (4.9.0.0)
Displays collapsible list of directories in a listbox.
- C#
- VB.NET
public class VisDirListBox : VisListBoxBase
Public Class VisDirListBox
Inherits VisListBoxBase
Constructors
VisDirListBox()
Default Constructor.
Methods
FromHandle(hWnd)
Returns the control associated with the handle.
| Parameter | Type | Description |
|---|---|---|
| hWnd | SalWindowHandle |
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 |
|---|---|---|
| sDir | SalString |
Returns: SalBoolean.
SetSelectedDir()
Selects the highlighted directory.
Returns: SalString.
Implements
| Name | Description |
|---|---|
| ISalControl | |
| ISalListControl | |
| ISalWindow |