Class TabBarPageDesigner
Provides design-time functionality for TabBarPage
controls.
Inheritance
System.Object
TabBarPageDesigner
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class TabBarPageDesigner : ScrollableControlDesigner
Constructors
TabBarPageDesigner()
Declaration
public TabBarPageDesigner()
Properties
SelectionRules
Declaration
public override SelectionRules SelectionRules { get; }
Property Value
Type |
System.Windows.Forms.Design.SelectionRules |
Methods
CanBeParentedTo(IDesigner)
Declaration
public override bool CanBeParentedTo(IDesigner parentDesigner)
Parameters
Type |
Name |
Description |
System.ComponentModel.Design.IDesigner |
parentDesigner |
|
Returns
OnPaintAdornments(PaintEventArgs)
Declaration
protected override void OnPaintAdornments(PaintEventArgs pe)
Parameters
Type |
Name |
Description |
System.Windows.Forms.PaintEventArgs |
pe |
|