DriveListBox.Drive Property

Definition

Gets or sets the selected drive at run time.

public:
 property System::String ^ Drive { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string Drive { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Drive : string with get, set
Public Property Drive As String

Property Value

A String expression that specifies the selected drive.

Attributes

Remarks

The valid drives for the Drive property include all drives present in or connected to the system when the control is created or refreshed at run time. The default setting of the Drive property is the current drive.

Note

Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.

Applies to

See also