VisDesktopListBox
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.49 (4.9.0.0)
Displays directory tree in a list box similar to Win95
- C#
- VB.NET
public class VisDesktopListBox : VisOutlineListBox
Public Class VisDesktopListBox
Inherits VisOutlineListBox
Constructors
VisDesktopListBox()
Default Constructor.
Methods
FromHandle(handle)
Returns the control associated with the handle.
| Parameter | Type | Description |
|---|---|---|
| handle | SalWindowHandle |
Returns: VisDesktopListBox.
GetItemDir(hItem)
Retrieves directory for specified item handle.
| Parameter | Type | Description |
|---|---|---|
| hItem | SalNumber |
Returns: SalString.
GetSelectedDir()
Returns the full path of the selected directory.
Returns: SalString.
Implements
| Name | Description |
|---|---|
| ISalControl | |
| ISalListControl | |
| ISalWindow |