Spread Windows Forms 10.0 Product Documentation
FlatAppearance Property (SideButtonBase)


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.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

SideButtonBase Class
SideButtonBase Members
FlatButtonAppearance Class

 

 


Copyright © GrapeCity, inc. All rights reserved.