Class BackStageViewDesigner
Inheritance
System.Object
BackStageViewDesigner
Assembly: Syncfusion.Tools.Windows.dll
public class BackStageViewDesigner : ComponentDesigner
Constructors
Declaration
public BackStageViewDesigner()
Properties
Declaration
public BackStageView BackStageView { get; }
Property Value
Declaration
public IDesignerHost DesignerHost { get; }
Property Value
Type |
System.ComponentModel.Design.IDesignerHost |
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
public override void Initialize(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|