Skip to main content
Version: 2023

VisDriveComboBox

Namespace: PPJ.Runtime.Vis

Assembly: PPJ.Web.Vis.49 (4.9.0.0)

Extended ComboBox, displays list of available drives.

public class VisDriveComboBox : VisComboBoxBase

Constructors

Instance memberVisDriveComboBox()

Default Constructor.

Methods

Static memberFromHandle(hWnd)

Returns the control associated with the handle.

ParameterTypeDescription
hWndSalWindowHandle

Returns: VisDriveComboBox.

Instance memberGetDrive(nIndex)

Returns the name of the drive at the specified index.

ParameterTypeDescription
nIndexSalNumber

Returns: SalString.

Instance memberGetDriveType(nIndex)

Returns the type of the drive at the specified index.

ParameterTypeDescription
nIndexSalNumber

Returns: SalNumber.

Instance memberGetSelectedDrive()

Returns the name of the currently selected drive.

Returns: SalString.

Instance memberPopulate()

Populates the list.

Returns: SalNumber.

Implements

NameDescription
ISalControl
ISalEditControl
ISalListControl
ISalWindow