Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBox Class / Style Property


In This Topic
Style Property (CharBox)
In This Topic
Gets or sets the style of the char box.
Syntax
'Declaration
 
Public Property Style As CharBoxStyle
 
'Usage
 
Dim instance As CharBox
Dim value As CharBoxStyle
 
instance.Style = value
 
value = instance.Style

Property Value

A CharBoxStyle indicates the char box style.
The default is CharBoxStyle.Normal.
Remarks
This property determines how to display the Border of the CharBox.
See Also