Xceed Grid for WinForms v4.3 Documentation
DefaultDropDownMaxSize Property (WinTextBox)


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > WinTextBox Class : DefaultDropDownMaxSize Property
Gets the default value of the DropDownMaxSize property.
Syntax
'Declaration
 
Protected Overridable ReadOnly Property DefaultDropDownMaxSize As Size
'Usage
 
Dim instance As WinTextBox
Dim value As Size
 
value = instance.DefaultDropDownMaxSize
protected virtual Size DefaultDropDownMaxSize {get;}

Property Value

A System.Drawing.Size structure representing the default value of the DropDownMaxSize property. Unless overridden, System.Int16.MaxValue x System.Int16.MaxValue.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WinTextBox Class
WinTextBox Members