Spread Windows Forms 12.0 Product Documentation
ButtonAlign Property (EditBaseCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > EditBaseCellType Class : ButtonAlign Property
Gets or sets where the buttons are displayed in the cell.
Syntax
'Declaration
 
Public Property ButtonAlign As ButtonAlign
'Usage
 
Dim instance As EditBaseCellType
Dim value As ButtonAlign
 
instance.ButtonAlign = value
 
value = instance.ButtonAlign
public ButtonAlign ButtonAlign {get; set;}

Property Value

ButtonAlign setting that determines alignment of a button in the editor control
See Also

Reference

EditBaseCellType Class
EditBaseCellType Members