Class ToolbarListPopupMenu
Implements
System.IDisposable
System.Windows.Forms.IMessageFilter
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ToolbarListPopupMenu : PopupMenu, IThemeProvider, IVisualStyle, IDisposable, IPopupParent, IPopupItem, IMessageFilter, IIgnoreWorkingArea
Constructors
ToolbarListPopupMenu(CommandBarManager)
Declaration
public ToolbarListPopupMenu(CommandBarManager cbm)
Parameters
| Type | Name | Description |
|---|---|---|
| CommandBarManager | cbm |
Properties
ShowShadow
Indicates whether to show shadows for Popups.
Declaration
public bool ShowShadow { get; }
Property Value
| Type |
|---|
| System.Boolean |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing |
Overrides
ShowChildrenUI(Point, IPopupParent)
Declaration
public override IPopupChild ShowChildrenUI(Point pos, IPopupParent parentUI)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Point | pos | |
| IPopupParent | parentUI |
Returns
| Type |
|---|
| IPopupChild |
Overrides
Implements
System.IDisposable
System.Windows.Forms.IMessageFilter