Class ControlItem
ControlItem class
Inheritance
System.Object
ControlItem
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ControlItem : Control
Constructors
ControlItem()
Constructor of the ControlItem.
Declaration
public ControlItem()
Properties
ArrowColor
Gets/Sets the value for ArrowColor
Declaration
public Color ArrowColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ColorScheme
Gets/Sets the value for ColorScheme
Declaration
public Office2013ColorScheme ColorScheme { get; set; }
Property Value
Type |
---|
Office2013ColorScheme |
HeaderText
Gets/Sets the value for HeaderText
Declaration
public string HeaderText { get; set; }
Property Value
Type |
---|
System.String |
HeaderTextFont
Gets/Sets the value for HeaderTextFont
Declaration
public Font HeaderTextFont { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ItemImage
Gets/Sets the value for itemImage
Declaration
public Image ItemImage { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
StatusCheck
Gets/Sets the value for StatusCheck
Declaration
public bool StatusCheck { get; set; }
Property Value
Type |
---|
System.Boolean |
SubText
Gets/Sets the value for SubText
Declaration
public string SubText { get; set; }
Property Value
Type |
---|
System.String |
SubTextFont
Gets/Sets the value for SubText
Declaration
public Font SubTextFont { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
Methods
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e |
OnRightToLeftChanged(EventArgs)
Declaration
protected override void OnRightToLeftChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |