Class ActiveState
Represents an ActiveState class.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ActiveState
Constructors
ActiveState()
Initialize a new instance of ActiveState class.
Declaration
public ActiveState()
ActiveState(Color, Color, Color, Color, String, Image)
Initialize a new instance of the ActiveState class with specified the ToggleButton.
Declaration
public ActiveState(Color backcolor, Color bordercolor, Color hovercolor, Color forecolor, string text, Image image)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Color | backcolor | |
System.Drawing.Color | bordercolor | |
System.Drawing.Color | hovercolor | |
System.Drawing.Color | forecolor | |
System.String | text | |
System.Drawing.Image | image |
Properties
BackColor
Gets or sets the BackColor of Active state.
Declaration
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the bordercolor.
Declaration
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ForeColor
Gets or sets the Forcolor for active state.
Declaration
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverColor
Gets or sets the Hovercolor for active state.
Declaration
public Color HoverColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Image
Gets or sets the activeimage.
Declaration
public Image Image { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
Text
Gets or sets the active state text.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |