Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculatorInfo Class / Align Property


In This Topic
Align Property (PopUpCalculatorInfo)
In This Topic
Gets or sets the alignment of the pop-up window.
Syntax
'Declaration
 
Public Property Align As LeftRightAlignment
 
'Usage
 
Dim instance As PopUpCalculatorInfo
Dim value As LeftRightAlignment
 
instance.Align = value
 
value = instance.Align

Property Value

A System.Windows.Forms.LeftRightAlignment value.
The default is System.Windows.Forms.LeftRightAlignment.Left.
See Also