DriveListBox.MaxLength Property

Definition

Gets or sets a value that specifies the maximum length of text displayed in a DriveListBox.

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

Property Value

An Integer that specifies the maximum length for the Drive property.

Attributes

Remarks

Use this property to limit the length of text that a user can enter into the DriveListBox.

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