VisDirTreeListBox
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Web.Vis.49 (4.9.0.0)
Displays directory tree outline in a listbox.
- C#
- VB.NET
public class VisDirTreeListBox : VisOutlineListBox
Public Class VisDirTreeListBox
Inherits VisOutlineListBox
Constructors
VisDirTreeListBox()
Default Constructor.
Methods
FromHandle(hWnd)
Returns the control associated with the handle.
| Parameter | Type | Description |
|---|---|---|
| hWnd | 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 |