menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BackStageDesigner - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BackStageDesigner

    Inheritance
    System.Object
    BackStageDesigner
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class BackStageDesigner : ParentControlDesigner

    Constructors

    BackStageDesigner()

    Declaration
    public BackStageDesigner()

    Properties

    BackStage

    Declaration
    public BackStage BackStage { get; }
    Property Value
    Type
    BackStage

    DesignerHost

    Declaration
    public IDesignerHost DesignerHost { get; }
    Property Value
    Type
    System.ComponentModel.Design.IDesignerHost

    SelectionRules

    Declaration
    public override SelectionRules SelectionRules { get; }
    Property Value
    Type
    System.Windows.Forms.Design.SelectionRules

    SelectionService

    Declaration
    public ISelectionService SelectionService { get; }
    Property Value
    Type
    System.ComponentModel.Design.ISelectionService

    Verbs

    Declaration
    public override DesignerVerbCollection Verbs { get; }
    Property Value
    Type
    System.ComponentModel.Design.DesignerVerbCollection

    Methods

    GetHitTest(Point)

    Declaration
    protected override bool GetHitTest(Point point)
    Parameters
    Type Name Description
    System.Drawing.Point point
    Returns
    Type
    System.Boolean

    Initialize(IComponent)

    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

    PreFilterProperties(IDictionary)

    Declaration
    protected override void PreFilterProperties(IDictionary properties)
    Parameters
    Type Name Description
    System.Collections.IDictionary properties
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved