Spread Windows Forms 12.0 Product Documentation
Position Property (SideButtonBaseInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonBaseInfo Class : Position Property
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
public LeftRightAlignment Position {get; set;}

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

Reference

SideButtonBaseInfo Class
SideButtonBaseInfo Members