Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButtonBaseInfo Class / FlatAppearance Property


In This Topic
FlatAppearance Property (SideButtonBaseInfo)
In This Topic
Gets the appearance of the border and the colors used to indicate check state and mouse state.
Syntax
'Declaration
 
Public ReadOnly Property FlatAppearance As FlatButtonAppearance
 
'Usage
 
Dim instance As SideButtonBaseInfo
Dim value As FlatButtonAppearance
 
value = instance.FlatAppearance

Property Value

One of the settings.
Remarks
With the FlatAppearance property, you can customize the appearance of the SideButtonBase object when the System.Windows.Forms.FlatStyle of the control, which the SideButtonBase belongs to, is FlatStyle.Flat.
See Also