Class NavigationView.PopupMenu
Implements
System.IDisposable
System.Windows.Forms.IMessageFilter
Inherited Members
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 |
---|
System.Boolean |
MenuGrid
Gets the available menu grid.
Declaration
protected override MenuGrid MenuGrid { get; }
Property Value
Type |
---|
MenuGrid |
Overrides
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
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
Implements
System.IDisposable
System.Windows.Forms.IMessageFilter