Class PrimitiveDropDownPopupMenu
The PrimitiveDropDownPopupMenu provides the information about the DropDown popup menu.
Implements
System.IDisposable
System.Windows.Forms.IMessageFilter
Inherited Members
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 |
---|
System.Drawing.Rectangle |
TabControlAdv
Gets or sets the TabControlAdv.
Declaration
public TabControlAdv TabControlAdv { get; set; }
Property Value
Type |
---|
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 |
---|
System.Boolean |
Overrides
Implements
System.IDisposable
System.Windows.Forms.IMessageFilter