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


In This Topic
Position Property (SideButtonBaseInfo)
In This Topic
Gets or sets the position of the side button.
Syntax
'Declaration
 
Public Property Position As LeftRightAlignment
 
'Usage
 
Dim instance As SideButtonBaseInfo
Dim value As LeftRightAlignment
 
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. The button can be inside or outside at the left or right of the container control's border.
See Also