Class InactiveState
Represents an InactiveState properties 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 InactiveState
Constructors
InactiveState()
Initialize a new instance of InactiveState class.
Declaration
public InactiveState()
InactiveState(Color, Color, Color, Color, String, Image)
Initialize a new instance of the InactiveState class with specified the ToggleButton.
Declaration
public InactiveState(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 inactive state.
Declaration
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the bordercolor for inactive state.
Declaration
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ForeColor
Gets or sets the forecolor for inactive state.
Declaration
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverColor
Gets or sets the hovercolor of inactive state.
Declaration
public Color HoverColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Image
Gets or sets the image for inactive state.
Declaration
public Image Image { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
Text
Gets or sets the text of inactive state.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |