DriveListBox.MaxLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.