WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ControlItem

    Show / Hide Table of Contents

    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 Description
    System.Drawing.Color

    ColorScheme

    Gets/Sets the value for ColorScheme

    Declaration
    public Office2013ColorScheme ColorScheme { get; set; }
    Property Value
    Type Description
    Office2013ColorScheme

    HeaderText

    Gets/Sets the value for HeaderText

    Declaration
    public string HeaderText { get; set; }
    Property Value
    Type Description
    System.String

    HeaderTextFont

    Gets/Sets the value for HeaderTextFont

    Declaration
    public Font HeaderTextFont { get; set; }
    Property Value
    Type Description
    System.Drawing.Font

    ItemImage

    Gets/Sets the value for itemImage

    Declaration
    public Image ItemImage { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    StatusCheck

    Gets/Sets the value for StatusCheck

    Declaration
    public bool StatusCheck { get; set; }
    Property Value
    Type Description
    System.Boolean

    SubText

    Gets/Sets the value for SubText

    Declaration
    public string SubText { get; set; }
    Property Value
    Type Description
    System.String

    SubTextFont

    Gets/Sets the value for SubText

    Declaration
    public Font SubTextFont { get; set; }
    Property Value
    Type Description
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved