Spread Windows Forms 12.0 Product Documentation
FlatAppearance Property (SideButtonBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonBase Class : FlatAppearance Property
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 SideButtonBase
Dim value As FlatButtonAppearance
 
value = instance.FlatAppearance
public FlatButtonAppearance FlatAppearance {get;}

Property Value

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

Reference

SideButtonBase Class
SideButtonBase Members
FlatButtonAppearance Class