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. |