Skip to main content
Version: 2023

VisDriveListBox

Namespace: PPJ.Runtime.Vis

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

Extended ListBox, displays list of available drives.

public class VisDriveListBox : VisListBoxBase

Constructors

Instance memberVisDriveListBox()

Default Constructor.

Methods

Static memberFromHandle(hWnd)

Returns the control associated with the handle.

ParameterTypeDescription
hWndSalWindowHandle

Returns: VisDriveListBox.

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
ISalListControl
ISalWindow