Spread Windows Forms 12.0 Product Documentation
Style Property (CharBoxInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > CharBoxInfo Class : Style Property
Gets or sets the style of the char box.
Syntax
'Declaration
 
Public Property Style As CharBoxStyle
'Usage
 
Dim instance As CharBoxInfo
Dim value As CharBoxStyle
 
instance.Style = value
 
value = instance.Style
public CharBoxStyle Style {get; set;}

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 CharBoxInfo.
See Also

Reference

CharBoxInfo Class
CharBoxInfo Members