Class RibbonTabPageDesigner
Designer for RibbonTabPage.
Inheritance
System.Object
RibbonTabPageDesigner
Namespace: Syncfusion.Windows.Forms.Tools.Design
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RibbonTabPageDesigner : ParentControlDesigner
Constructors
RibbonTabPageDesigner()
Declaration
public RibbonTabPageDesigner()
Properties
Verbs
Gets verbs collection.
Declaration
public override DesignerVerbCollection Verbs { get; }
Property Value
Type |
---|
System.ComponentModel.Design.DesignerVerbCollection |
Methods
Initialize(IComponent)
Initializes new instance of RibbonHeaderControlDesigner.
Declaration
public override void Initialize(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | Component value |
OnPaintAdornments(PaintEventArgs)
Paints dash border.
Declaration
protected override void OnPaintAdornments(PaintEventArgs pe)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | pe | PaintEventArgs that contains the event data. |