DriveListBox.Text Property

Definition

Gets the text displayed in a DriveListBox.

public:
 property System::String ^ Text { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public string Text { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Text : string
Public ReadOnly Property Text As String

Property Value

A String that contains the text that is displayed.

Attributes

Remarks

If the Text is a valid drive, the value of the Text property is the same e as the Drive property.

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