menu

WinForms

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

    Show / Hide Table of Contents

    Class ButtonEditDesigner

    Extends design-time behavior for the ButtonEdit control.

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

    Constructors

    ButtonEditDesigner()

    Initializes a new instance of the ButtonEditDesigner class.

    Declaration
    public ButtonEditDesigner()

    Fields

    dvAddButton

    Designer verb for adding a button.

    Declaration
    protected DesignerVerb dvAddButton
    Field Value
    Type
    System.ComponentModel.Design.DesignerVerb

    dvcVerbs

    The collection of designer verbs.

    Declaration
    protected DesignerVerbCollection dvcVerbs
    Field Value
    Type
    System.ComponentModel.Design.DesignerVerbCollection

    dvRemoveButton

    Designer verb for removing a button.

    Declaration
    protected DesignerVerb dvRemoveButton
    Field Value
    Type
    System.ComponentModel.Design.DesignerVerb

    Properties

    ActionLists

    Declaration
    public override DesignerActionListCollection ActionLists { get; }
    Property Value
    Type
    System.ComponentModel.Design.DesignerActionListCollection

    AssociatedComponents

    Returns the collection of components associated with the designer.

    Declaration
    public override ICollection AssociatedComponents { get; }
    Property Value
    Type
    System.Collections.ICollection

    SelectionRules

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

    Verbs

    Returns the designer verbs collection.

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

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool bdisposing)
    Parameters
    Type Name Description
    System.Boolean bdisposing

    HandleComponentChanged(Object, ComponentChangedEventArgs)

    Handles the ComponentChanged event of the IComponentChangeService.

    Declaration
    public void HandleComponentChanged(object sender, ComponentChangedEventArgs e)
    Parameters
    Type Name Description
    System.Object sender

    The IComponentChange Service.

    System.ComponentModel.Design.ComponentChangedEventArgs e

    The event data.

    Initialize(IComponent)

    Prepares the designer to view, edit and design the specified component. Overrides ComponentDesigner.Initialize.

    Declaration
    public override void Initialize(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    The component for this designer.

    InitializeNewComponent(IDictionary)

    Declaration
    public override void InitializeNewComponent(IDictionary defaultValues)
    Parameters
    Type Name Description
    System.Collections.IDictionary defaultValues

    OnAddButton(Object, EventArgs)

    Handles the AddButton verb.

    Declaration
    public void OnAddButton(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender

    The designer.

    System.EventArgs e

    The event data.

    OnDragDrop(DragEventArgs)

    Declaration
    protected override void OnDragDrop(DragEventArgs de)
    Parameters
    Type Name Description
    System.Windows.Forms.DragEventArgs de

    OnRemoveButton(Object, EventArgs)

    Handles the RemoveButton verb.

    Declaration
    public void OnRemoveButton(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender

    The designer.

    System.EventArgs e

    The event data.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved