WinForms

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

    Show / Hide Table of Contents

    Class ToolStripTabGroup

    Visual group of tab items.

    Inheritance
    System.Object
    ToolStripTabGroup
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ToolStripTabGroup

    Constructors

    ToolStripTabGroup()

    Creates new instance of ToolStripTabGroup.

    Declaration
    public ToolStripTabGroup()

    Properties

    Color

    Gets or sets color of group.

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

    Font

    Gets or sets the font of the text displayed.

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

    Name

    Gets or sets name of group.

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

    Visible

    Gets or sets a value indicating whether the control and all its child controls are displayed.

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

    true if the control and all its child controls are displayed; otherwise, false. The default is true.

    Methods

    ToString()

    Returns name of group.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Events

    ColorChanged

    Occurs when Color of the TabGroup changed.

    Declaration
    public event EventHandler ColorChanged
    Event Type
    Type Description
    System.EventHandler

    FontChanged

    Occurs when font of the TabGroup changed.

    Declaration
    public event EventHandler FontChanged
    Event Type
    Type Description
    System.EventHandler

    NameChanged

    Occurs when Name of the TabGroup changed.

    Declaration
    public event EventHandler NameChanged
    Event Type
    Type Description
    System.EventHandler

    VisibilityChanged

    Occurs when visibility of the TabGroup changed.

    Declaration
    public event EventHandler VisibilityChanged
    Event Type
    Type Description
    System.EventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved