Class BackStageDesigner
Inheritance
System.Object
BackStageDesigner
Assembly: Syncfusion.Tools.Windows.dll
public class BackStageDesigner : ParentControlDesigner
Constructors
Declaration
public BackStageDesigner()
Properties
Declaration
public BackStage BackStage { get; }
Property Value
Declaration
public IDesignerHost DesignerHost { get; }
Property Value
Type |
System.ComponentModel.Design.IDesignerHost |
Declaration
public override SelectionRules SelectionRules { get; }
Property Value
Type |
System.Windows.Forms.Design.SelectionRules |
Declaration
public ISelectionService SelectionService { get; }
Property Value
Type |
System.ComponentModel.Design.ISelectionService |
Declaration
public override DesignerVerbCollection Verbs { get; }
Property Value
Type |
System.ComponentModel.Design.DesignerVerbCollection |
Methods
Declaration
protected override bool GetHitTest(Point point)
Parameters
Type |
Name |
Description |
System.Drawing.Point |
point |
|
Returns
Declaration
public override void Initialize(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
PostFilterProperties(IDictionary)
Declaration
protected override void PostFilterProperties(IDictionary properties)
Parameters
Type |
Name |
Description |
System.Collections.IDictionary |
properties |
|
Declaration
protected override void PreFilterProperties(IDictionary properties)
Parameters
Type |
Name |
Description |
System.Collections.IDictionary |
properties |
|