Class PropertyGridPopupMenu
Provides designer like context menu support for a PropertyGrid during runtime.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class PropertyGridPopupMenu : PopupMenu, IThemeProvider, IVisualStyle, IDisposable, IPopupParent, IPopupItem, IMessageFilter, IIgnoreWorkingArea
Remarks
This PopupMenu derived menu has a "Reset" menu item, which automatically provides the property-resetting service when made the context-menu of a System.Windows.Forms.PropertyGrid, during runtime. It also includes a "Description" menu item to let you show/hide the description portion of the property grid. Just as in the VS.Net property grid.
To use this component, just create it passing the PropertyGrid in the constructor. The context menu will then start appearing for that PropertyGrid. There is no design time support for this component.
Constructors
PropertyGridPopupMenu(PropertyGrid)
Creates a new instance of the PropertyGridPopupMenu.
Declaration
public PropertyGridPopupMenu(PropertyGrid propertyGrid)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PropertyGrid | propertyGrid | The System.Windows.Forms.PropertyGrid to which this will be made a context menu. |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |