WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrimitiveDropDownPopupMenu

    Show / Hide Table of Contents

    Class PrimitiveDropDownPopupMenu

    The PrimitiveDropDownPopupMenu provides the information about the DropDown popup menu.

    Inheritance
    System.Object
    BaseComponent
    PopupMenu
    PrimitiveDropDownPopupMenu
    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.ChildClosing(IPopupChild, PopupCloseType)
    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.MenuGrid
    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 PrimitiveDropDownPopupMenu : PopupMenu, IThemeProvider, IVisualStyle, IDisposable, IPopupParent, IPopupItem, IMessageFilter, IIgnoreWorkingArea

    Constructors

    PrimitiveDropDownPopupMenu()

    Declaration
    public PrimitiveDropDownPopupMenu()

    Properties

    ActiveBounds

    Gets or sets the active bounds.

    Declaration
    public Rectangle ActiveBounds { get; set; }
    Property Value
    Type Description
    System.Drawing.Rectangle

    TabControlAdv

    Gets or sets the TabControlAdv.

    Declaration
    public TabControlAdv TabControlAdv { get; set; }
    Property Value
    Type Description
    TabControlAdv

    Methods

    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

    The control instance.

    System.Boolean askParent

    Indicates whether the control is part of the popup hierarchy.

    Returns
    Type Description
    System.Boolean
    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