Class BarItemEx
Helper class for hiding implementation in derived classes.
Inheritance
System.Object
BarItemEx
Implements
System.ComponentModel.ICustomTypeDescriptor
System.ICloneable
System.Runtime.Serialization.ISerializable
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class BarItemEx : BarItem, IChangeNotifyingItem, ICustomTypeDescriptor, ICloneable, IDataBindingSupport, ISerializable
Constructors
BarItemEx()
See appropriate BarItem constructor.
Declaration
protected BarItemEx()
BarItemEx(SerializationInfo, StreamingContext)
See appropriate BarItem constructor.
Declaration
protected BarItemEx(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
BarItemEx(String)
See appropriate BarItem constructor.
Declaration
protected BarItemEx(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
BarItemEx(String, EventHandler)
See appropriate BarItem constructor.
Declaration
protected BarItemEx(string text, EventHandler onClick)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | |
System.EventHandler | onClick |
BarItemEx(String, EventHandler, Shortcut)
See appropriate BarItem constructor.
Declaration
protected BarItemEx(string text, EventHandler onClick, Shortcut shortcut)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | |
System.EventHandler | onClick | |
System.Windows.Forms.Shortcut | shortcut |
BarItemEx(MenuMerge, Int32, Shortcut, String, EventHandler, EventHandler, EventHandler)
See appropriate BarItem constructor.
Declaration
protected BarItemEx(MenuMerge mergeType, int mergeOrder, Shortcut shortcut, string text, EventHandler onClick, EventHandler onPopup, EventHandler onSelect)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.MenuMerge | mergeType | |
System.Int32 | mergeOrder | |
System.Windows.Forms.Shortcut | shortcut | |
System.String | text | |
System.EventHandler | onClick | |
System.EventHandler | onPopup | |
System.EventHandler | onSelect |
Properties
HandleDoubleClick
Hides HandleDoubleClick property from Intellisense and property grid for derived classes.
Declaration
public bool HandleDoubleClick { get; set; }
Property Value
Type |
---|
System.Boolean |
Implements
System.ComponentModel.ICustomTypeDescriptor
System.ICloneable
System.Runtime.Serialization.ISerializable