Spread Windows Forms 12.0 Product Documentation
CustomMenuItem Class Members
Properties  Methods  Events


FarPoint.Win.Spread.Design Assembly > FarPoint.Win.Spread.Design Namespace : CustomMenuItem Class

The following tables list the members exposed by CustomMenuItem.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether the System.Windows.Forms.MenuItem is placed on a new line (for a menu item added to a System.Windows.Forms.MainMenu object) or in a new column (for a submenu item or menu item displayed in a System.Windows.Forms.ContextMenu). (Inherited from System.Windows.Forms.MenuItem)
Public PropertyGets or sets a value indicating whether the item is placed on a new line (for a menu item added to a System.Windows.Forms.MainMenu object) or in a new column (for a menu item or submenu item displayed in a System.Windows.Forms.ContextMenu). (Inherited from System.Windows.Forms.MenuItem)
Public PropertyGets or sets a value indicating whether a check mark appears next to the text of the menu item. (Inherited from System.Windows.Forms.MenuItem)
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets a value indicating whether the menu item is the default menu item. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyGets or sets a value indicating whether the menu item is enabled. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyGets a value representing the window handle for the menu. (Inherited from System.Windows.Forms.Menu)
Public Property  
Public Property  
Public PropertyGets or sets a value indicating the position of the menu item in its parent menu. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyGets a value indicating whether the menu item contains child menu items. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyGets or sets a value indicating whether the menu item will be populated with a list of the Multiple Document Interface (MDI) child windows that are displayed within the associated form. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyGets a value indicating the System.Windows.Forms.MenuItem that is used to display a list of multiple document interface (MDI) child forms. (Inherited from System.Windows.Forms.Menu)
Public PropertyGets a value indicating the collection of System.Windows.Forms.MenuItem objects associated with the menu. (Inherited from System.Windows.Forms.Menu)
Public PropertyGets or sets a value indicating the relative position of the menu item when it is merged with another. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyGets or sets a value indicating the behavior of this menu item when its menu is merged with another. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyGets a value indicating the mnemonic character that is associated with this menu item. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyGets or sets the name of the System.Windows.Forms.Menu. (Inherited from System.Windows.Forms.Menu)
Public PropertyGets or sets a value indicating whether the code that you provide draws the menu item or Windows draws the menu item. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyGets a value indicating the menu that contains this menu item. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyGets or sets a value indicating whether the System.Windows.Forms.MenuItem, if checked, displays a radio-button instead of a check mark. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyGets or sets a value indicating the shortcut key associated with the menu item. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyGets or sets a value indicating whether the shortcut key that is associated with the menu item is displayed next to the menu item caption. (Inherited from System.Windows.Forms.MenuItem)
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets user-defined data associated with the control. (Inherited from System.Windows.Forms.Menu)
Public PropertyGets or sets a value indicating the caption of the menu item. (Inherited from System.Windows.Forms.MenuItem)
Public PropertyGets or sets a value indicating whether the menu item is visible. (Inherited from System.Windows.Forms.MenuItem)
Top
Protected Properties
 NameDescription
Protected Property (Inherited from System.ComponentModel.Component)
Protected Property (Inherited from System.ComponentModel.Component)
Protected Property (Inherited from System.ComponentModel.Component)
Protected PropertyGets a value indicating the Windows identifier for this menu item. (Inherited from System.Windows.Forms.MenuItem)
Top
Public Methods
 NameDescription
Public MethodOverloaded. Creates a copy of the current System.Windows.Forms.MenuItem. (Inherited from System.Windows.Forms.MenuItem)
Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Disposes of the resources (other than memory) used by the System.Windows.Forms.MenuItem. (Inherited from System.Windows.Forms.MenuItem)
Public MethodGets the System.Windows.Forms.MenuItem that contains the value specified. (Inherited from System.Windows.Forms.Menu)
Public MethodGets the System.Windows.Forms.ContextMenu that contains this menu. (Inherited from System.Windows.Forms.Menu)
Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGets the System.Windows.Forms.MainMenu that contains this menu. (Inherited from System.Windows.Forms.Menu)
Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Merges this System.Windows.Forms.MenuItem with another System.Windows.Forms.MenuItem and returns the resulting merged System.Windows.Forms.MenuItem. (Inherited from System.Windows.Forms.MenuItem)
Public MethodGenerates a System.Windows.Forms.Control.Click event for the System.Windows.Forms.MenuItem, simulating a click by a user. (Inherited from System.Windows.Forms.MenuItem)
Public MethodRaises the System.Windows.Forms.MenuItem.Select event for this menu item. (Inherited from System.Windows.Forms.MenuItem)
Public MethodReturns a string that represents the System.Windows.Forms.MenuItem. (Inherited from System.Windows.Forms.MenuItem)
Top
Protected Methods
 NameDescription
Protected MethodCreates a new handle to the System.Windows.Forms.Menu. (Inherited from System.Windows.Forms.Menu)
Protected Method (Inherited from System.ComponentModel.Component)
Protected MethodReturns the position at which a menu item should be inserted into the menu. (Inherited from System.Windows.Forms.Menu)
Protected Method (Inherited from System.ComponentModel.Component)
Protected MethodOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodRaises the System.Windows.Forms.MenuItem.Click event. (Inherited from System.Windows.Forms.MenuItem)
Protected MethodOverridden.   
Protected MethodRaises the System.Windows.Forms.MenuItem.Popup event. (Inherited from System.Windows.Forms.MenuItem)
Protected MethodOverridden.   
Protected MethodRaises the System.Windows.Forms.MenuItem.Popup event. (Inherited from System.Windows.Forms.MenuItem)
Protected MethodRaises the System.Windows.Forms.MenuItem.Select event. (Inherited from System.Windows.Forms.MenuItem)
Top
Public Events
 NameDescription
Public EventOccurs when the menu item is clicked or selected using a shortcut key or access key defined for the menu item. (Inherited from System.Windows.Forms.MenuItem)
Public Event (Inherited from System.ComponentModel.Component)
Public EventOccurs when the System.Windows.Forms.MenuItem.OwnerDraw property of a menu item is set to true and a request is made to draw the menu item. (Inherited from System.Windows.Forms.MenuItem)
Public EventOccurs when the menu needs to know the size of a menu item before drawing it. (Inherited from System.Windows.Forms.MenuItem)
Public EventOccurs before a menu item's list of menu items is displayed. (Inherited from System.Windows.Forms.MenuItem)
Public EventOccurs when the user places the pointer over a menu item. (Inherited from System.Windows.Forms.MenuItem)
Top
See Also

Reference

CustomMenuItem Class
FarPoint.Win.Spread.Design Namespace