Class ToolbarListBarItem
Represents the item that will expand to show the current list of toolbars and their visible states.
Implements
System.ComponentModel.ICustomTypeDescriptor
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Runtime.Serialization.IDeserializationCallback
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ToolbarListBarItem : ParentBarItem, IChangeNotifyingItem, ICustomTypeDescriptor, IDataBindingSupport, ISerializable, IBarItemContainer, IDesignable, ICloneable, IParentBarItem, IDeserializationCallback, IIgnoreWorkingArea, IVisualStyle
Remarks
You would typically use this item as a child in the "View" submenu in the main menu bar of a MainFrameBarManager.
Users can show/hide toolbars through this submenu and also invoke the customization dialog.
Examples
Take a look at our XPMenus samples under the Tools\Samples\Menus Package folder for usage example.
Constructors
ToolbarListBarItem()
Declaration
public ToolbarListBarItem()
Methods
OnBeforePopup(CancelEventArgs)
Declaration
public override void OnBeforePopup(CancelEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.CancelEventArgs | args |
Overrides
OnPopup(EventArgs)
Declaration
public override void OnPopup(EventArgs args)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | args |
Overrides
OnPopupClosed(EventArgs)
Declaration
public override void OnPopupClosed(EventArgs args)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | args |
Overrides
Implements
System.ComponentModel.ICustomTypeDescriptor
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Runtime.Serialization.IDeserializationCallback