FlatButtonAppearance Class

Definition

Provides properties that specify the appearance of Button controls whose FlatStyle is Flat.

public ref class FlatButtonAppearance
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.FlatButtonAppearanceConverter))]
public class FlatButtonAppearance
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.FlatButtonAppearanceConverter))>]
type FlatButtonAppearance = class
Public Class FlatButtonAppearance
Inheritance
FlatButtonAppearance
Attributes

Properties

BorderColor

Gets or sets the color of the border around the button.

BorderSize

Gets or sets a value that specifies the size, in pixels, of the border around the button.

CheckedBackColor

Gets or sets the color of the client area of the button when the button is checked and the mouse pointer is outside the bounds of the control.

MouseDownBackColor

Gets or sets the color of the client area of the button when the mouse is pressed within the bounds of the control.

MouseOverBackColor

Gets or sets the color of the client area of the button when the mouse pointer is within the bounds of the control.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to