menu

WinForms

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

    Show / Hide Table of Contents

    Class PopupMenuDesigner

    Inheritance
    System.Object
    PopupMenuDesigner
    Implements
    IListenForMainFormVisibilityChange
    Namespace: Syncfusion.Windows.Forms.Tools.Design
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class PopupMenuDesigner : ComponentDesigner, IListenForMainFormVisibilityChange

    Constructors

    PopupMenuDesigner()

    Declaration
    public PopupMenuDesigner()

    Properties

    Verbs

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

    Methods

    ClosePopup()

    Declaration
    public void ClosePopup()

    Dispose(Boolean)

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

    Initialize(IComponent)

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

    OnActivated(Object, EventArgs)

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

    OnChangedVisibility(Boolean)

    Declaration
    public void OnChangedVisibility(bool visible)
    Parameters
    Type Name Description
    System.Boolean visible

    OnDeactivated(Object, EventArgs)

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

    Implements

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