Class QuickCheckBoxReflectable
Represents ToolStripCheckBox able to reflect functionality of referenced tool strip ToolStripCheckBox.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class QuickCheckBoxReflectable : ToolStripCheckBox, IQuickItem
Constructors
QuickCheckBoxReflectable()
Creates new instance of QuickCheckBoxReflectable.
Declaration
public QuickCheckBoxReflectable()
QuickCheckBoxReflectable(ToolStripCheckBox)
Constructor of the QuickCheckBoxReflectable
Declaration
public QuickCheckBoxReflectable(ToolStripCheckBox reflectedItem)
Parameters
Type | Name | Description |
---|---|---|
ToolStripCheckBox | reflectedItem | The ToolStripCheckBox instance. |
Properties
Enabled
Gets / Sets whether the QuickCheckBoxReflectable enabled or disabled.
Declaration
public override bool Enabled { get; set; }
Property Value
Type |
---|
System.Boolean |
ReflectedCheckBox
Gets or sets CheckBox that is reflected by current QuickCheckBoxReflectable.
Declaration
public ToolStripCheckBox ReflectedCheckBox { get; set; }
Property Value
Type |
---|
ToolStripCheckBox |
ReflectedComponent
Gets component that is reflected by current QuickCheckBoxReflectable.
Declaration
public Component ReflectedComponent { get; }
Property Value
Type |
---|
System.ComponentModel.Component |
RightToLeft
Gets or sets a value indicating whether items are to be placed from right to left and text is to be written from right to left.
Declaration
public override RightToLeft RightToLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Forms.RightToLeft | true if items are to be placed from right to left and text is to be written from right to left; otherwise, false. |
Size
Gets / Sets the size of the item. (Overrides)
Declaration
public override Size Size { get; set; }
Property Value
Type |
---|
System.Drawing.Size |
Methods
GetPreferredSize(Size)
Retrieves the size of a rectangular area into which a control can be fit.
Declaration
public override Size GetPreferredSize(Size constrainingSize)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Size | constrainingSize | The custom-sized area for a control. |
Returns
Type | Description |
---|---|
System.Drawing.Size | A System.Drawing.Size ordered pair, representing the width and height of a rectangle. |
Overrides
OnClick(EventArgs)
Redirects mouse click to reflected button.
Declaration
protected override void OnClick(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
Overrides
OnLayout(LayoutEventArgs)
To update size of the CheckBox in higher scaling
Declaration
protected override void OnLayout(LayoutEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.LayoutEventArgs | e |
Overrides
OnMouseHover(EventArgs)
Declaration
protected override void OnMouseHover(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
Reflects(IComponent)
Checks whether current class instance reflects given component.
Declaration
public bool Reflects(IComponent c)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | c | Provide functionality for all required components. |
Returns
Type |
---|
System.Boolean |
Reset()
Update properties from reflected button
Declaration
public void Reset()