menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabGroupGlyph - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TabGroupGlyph

    Glyph for RibbonTabGroup.

    Inheritance
    System.Object
    TabGroupGlyph
    Namespace: Syncfusion.Windows.Forms.Tools.Design
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TabGroupGlyph : Glyph

    Constructors

    TabGroupGlyph(RibbonTabGroup, BehaviorService, TabGroupBehavior)

    Initializes a new instance of the TabGroupGlyph class.

    Declaration
    public TabGroupGlyph(RibbonTabGroup control, BehaviorService behaviorService, TabGroupBehavior tabGroupBehavior)
    Parameters
    Type Name Description
    RibbonTabGroup control

    Design time instance of RibbonTabGroup.

    System.Windows.Forms.Design.Behavior.BehaviorService behaviorService

    RibbonTabGroup designer behavior service.

    TabGroupBehavior tabGroupBehavior

    TabGroupBehavior instance.

    Properties

    Bounds

    Gets bounds of items area.

    Declaration
    public override Rectangle Bounds { get; }
    Property Value
    Type
    System.Drawing.Rectangle

    Methods

    GetHitTest(Point)

    Processes cursor if it is inside of Bounds.

    Declaration
    public override Cursor GetHitTest(Point p)
    Parameters
    Type Name Description
    System.Drawing.Point p

    Cursor point

    Returns
    Type Description
    System.Windows.Forms.Cursor

    Returns Cursor

    Paint(PaintEventArgs)

    Marks selected item.

    Declaration
    public override void Paint(PaintEventArgs pe)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs pe

    PaintEventArgs that contains the event data.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved