Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButtonBase Class / Position Property


In This Topic
Position Property (SideButtonBase)
In This Topic
Gets or sets the position of the side button.
Syntax
'Declaration
 
Public Property Position As ButtonPosition
 
'Usage
 
Dim instance As SideButtonBase
Dim value As ButtonPosition
 
instance.Position = value
 
value = instance.Position

Property Value

A ButtonPosition enumeration that indicates the position of the side button.
The default is ButtonPosition.RightInside.
Remarks
With the Position property, you can change the position of the SideButtonBase object. This places the button inside or outside and to the left or right of the container control's border.
See Also