VisDriveComboBox
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Web.Vis.49 (4.9.0.0)
Extended ComboBox, displays list of available drives.
- C#
- VB.NET
public class VisDriveComboBox : VisComboBoxBase
Public Class VisDriveComboBox
Inherits VisComboBoxBase
Constructors
VisDriveComboBox()
Default Constructor.
Methods
FromHandle(hWnd)
Returns the control associated with the handle.
| Parameter | Type | Description |
|---|---|---|
| hWnd | SalWindowHandle |
Returns: VisDriveComboBox.
GetDrive(nIndex)
Returns the name of the drive at the specified index.
| Parameter | Type | Description |
|---|---|---|
| nIndex | SalNumber |
Returns: SalString.
GetDriveType(nIndex)
Returns the type of the drive at the specified index.
| Parameter | Type | Description |
|---|---|---|
| nIndex | SalNumber |
Returns: SalNumber.
GetSelectedDrive()
Returns the name of the currently selected drive.
Returns: SalString.
Populate()
Populates the list.
Returns: SalNumber.
Implements
| Name | Description |
|---|---|
| ISalControl | |
| ISalEditControl | |
| ISalListControl | |
| ISalWindow |