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


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > WinTextBox Class : DropDownGripLocation Property
Gets the location of the DropDownControl's resizing grip." ),
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public ReadOnly Property DropDownGripLocation As GripLocation
'Usage
 
Dim instance As WinTextBox
Dim value As GripLocation
 
value = instance.DropDownGripLocation
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public GripLocation DropDownGripLocation {get;}

Property Value

A Xceed.UI.GripLocation value indicating the location of the DropDownControl's resizing grip.
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