WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NavigationView.PopupMenu

    Show / Hide Table of Contents

    Class NavigationView.PopupMenu

    Inheritance
    System.Object
    BaseComponent
    PopupMenu
    NavigationView.PopupMenu
    Implements
    IThemeProvider
    IVisualStyle
    System.IDisposable
    IPopupParent
    IPopupItem
    System.Windows.Forms.IMessageFilter
    IIgnoreWorkingArea
    Inherited Members
    PopupMenu.childMenuUI
    PopupMenu.OnThemeNameChanged(String)
    PopupMenu.GetControlName(String)
    PopupMenu.Dispose(Boolean)
    PopupMenu.IsShowing()
    PopupMenu.Show(Control, Rectangle)
    PopupMenu.Show(Control, Point)
    PopupMenu.Hide()
    PopupMenu.ShowChildrenUI(Point, IPopupParent)
    PopupMenu.GetSize()
    PopupMenu.GetPopupParentControl()
    PopupMenu.ProcessShortcut(Keys)
    PopupMenu.ProcessShortcut(Keys, Control)
    PopupMenu.GetBorderOverlapCue(PopupRelativeAlignment)
    PopupMenu.GetLocationForPopupAlignment(PopupRelativeAlignment, PopupRelativeAlignment)
    PopupMenu.GetParentControl()
    PopupMenu.OnBeforePopup(CancelMouseEventArgs)
    PopupMenu.PreFilterMessage(Message)
    PopupMenu.ThemeStyle
    PopupMenu.SourceControl
    PopupMenu.IgnoreWorkingArea
    PopupMenu.SynchronousPopup
    PopupMenu.ParentBarItem
    PopupMenu.DesignTimeForm
    PopupMenu.IPopupParent.IsRightToLeft
    PopupMenu.ParentBarItemChanged
    PopupMenu.BeforePopup
    PopupMenu.Popup
    PopupMenu.Collapse
    BaseComponent.RaiseThemeChanged(Object, ThemeChangedEventArgs)
    BaseComponent.GetActiveThemeName()
    BaseComponent.OnCanApplyThemeChanged(Boolean)
    BaseComponent.OnCanOverrideStyleChanged(Boolean)
    BaseComponent.ThemeName
    BaseComponent.CanOverrideStyle
    BaseComponent.IThemeProvider.BaseThemeName
    BaseComponent.CanApplyTheme
    BaseComponent.ControlName
    BaseComponent.IVisualStyle.VisualTheme
    BaseComponent.IsVisualStyleEnabled
    BaseComponent.ThemeNameChanged
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class PopupMenu : PopupMenu, IThemeProvider, IVisualStyle, IDisposable, IPopupParent, IPopupItem, IMessageFilter, IIgnoreWorkingArea

    Constructors

    PopupMenu(IContainer)

    Declaration
    public PopupMenu(IContainer container)
    Parameters
    Type Name Description
    System.ComponentModel.IContainer container

    Properties

    ForcedVistaStyle

    Declaration
    public bool ForcedVistaStyle { set; }
    Property Value
    Type Description
    System.Boolean

    MenuGrid

    Gets the available menu grid.

    Declaration
    protected override MenuGrid MenuGrid { get; }
    Property Value
    Type Description
    MenuGrid
    Overrides
    PopupMenu.MenuGrid

    Methods

    ChildClosing(IPopupChild, PopupCloseType)

    Child closing method.

    Declaration
    public override void ChildClosing(IPopupChild childUI, PopupCloseType popupCloseType)
    Parameters
    Type Name Description
    IPopupChild childUI

    Popup Child

    PopupCloseType popupCloseType

    Popup CloseType

    Overrides
    PopupMenu.ChildClosing(IPopupChild, PopupCloseType)

    IsRelatedControl(Control, Boolean)

    Indicates whether a specified control is part of the popup hierarchy.

    Declaration
    public override bool IsRelatedControl(Control control, bool askParent)
    Parameters
    Type Name Description
    System.Windows.Forms.Control control

    Control value

    System.Boolean askParent

    Bool vaue

    Returns
    Type Description
    System.Boolean

    Returns true if related control

    Overrides
    PopupMenu.IsRelatedControl(Control, Boolean)

    Implements

    IThemeProvider
    IVisualStyle
    System.IDisposable
    IPopupParent
    IPopupItem
    System.Windows.Forms.IMessageFilter
    IIgnoreWorkingArea
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved