An NDoc Documented Class Library

MRUMenuItem Members

Public Instance Constructors

MRUMenuItem Constructor

Public Instance Properties

BarBreak (inherited from MenuItem)Gets or sets a value indicating whether the MenuItem is placed on a new line (for a menu item added to a MainMenu object) or in a new column (for a submenu item or menu item displayed in a ContextMenu ).
Break (inherited from MenuItem) Gets or sets a value indicating whether the item is placed on a new line (for a menu item added to a MainMenu object) or in a new column (for a menu item or submenu item displayed in a ContextMenu).
Checked (inherited from MenuItem) Gets or sets a value indicating whether a check mark appears next to the text of the menu item.
Container (inherited from Component) Gets the IContainer that contains the Component.
DefaultItem (inherited from MenuItem) Gets or sets a value indicating whether the menu item is the default menu item.
Enabled (inherited from MenuItem) Gets or sets a value indicating whether the menu item is enabled.
Handle (inherited from Menu) Gets a value representing the window handle for the menu.
Index (inherited from MenuItem) Gets or sets a value indicating the position of the menu item in its parent menu.
IsParent (inherited from MenuItem) Gets a value indicating whether the menu item contains child menu items.
MdiList (inherited from MenuItem) Gets 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.
MdiListItem (inherited from Menu)Gets a value indicating the MenuItem that is used to display a list of Multiple Document Interface (MDI) child forms.
MenuItems (inherited from Menu)Gets a value indicating the collection of MenuItem objects associated with the menu.
MergeOrder (inherited from MenuItem) Gets or sets a value indicating the relative position of the menu item when it is merged with another.
MergeType (inherited from MenuItem) Gets or sets a value indicating the behavior of this menu item when its menu is merged with another.
Mnemonic (inherited from MenuItem) Gets a value indicating the mnemonic character that is associated with this menu item.
OwnerDraw (inherited from MenuItem) Gets or sets a value indicating whether the code that you provide draws the menu item or Windows draws the menu item.
Parent (inherited from MenuItem) Gets a value indicating the menu that contains this menu item.
RadioCheck (inherited from MenuItem)Gets or sets a value indicating whether the MenuItem , if checked, displays a radio-button instead of a check mark.
Shortcut (inherited from MenuItem) Gets or sets a value indicating the shortcut key associated with the menu item.
ShowShortcut (inherited from MenuItem) Gets or sets a value indicating whether the shortcut key that is associated with the menu item is displayed next to the menu item caption.
Site (inherited from Component) Gets or sets the ISite of the Component.
Text (inherited from MenuItem)Gets or sets a value indicating the caption of the menu item.
Visible (inherited from MenuItem) Gets or sets a value indicating whether the menu item is visible.

Public Instance Methods

CloneMenu (inherited from MenuItem)Creates a copy of the current MenuItem .
CreateObjRef (inherited from MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Dispose (inherited from Component) Releases all resources used by the Component.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
FindMenuItem (inherited from Menu)
GetContextMenu (inherited from Menu)Gets the ContextMenu that contains this menu.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetMainMenu (inherited from Menu)Gets the MainMenu that contains this menu.
GetType (inherited from Object)Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
MergeMenu (inherited from MenuItem)Merges this MenuItem with another MenuItem and returns the resulting merged MenuItem.
MergeMenu (inherited from Menu)Merges the MenuItem objects of one menu with the current menu.
MergeMenu (inherited from MenuItem)Merges another menu item with this menu item.
PerformClick (inherited from MenuItem)Generates a Click event for the MenuItem , simulating a click by a user.
PerformSelect (inherited from MenuItem)Raises the Select event for this menu item.
ToString (inherited from MenuItem)

Public Instance Events

Click (inherited from MenuItem)Occurs when the menu item is clicked or selected using a shortcut key or access key defined for the menu item.
Disposed (inherited from Component)Adds an event handler to listen to the Disposed event on the component.
DrawItem (inherited from MenuItem) Occurs when the OwnerDraw property of a menu item is set to true and a request is made to draw the menu item.
MeasureItem (inherited from MenuItem) Occurs when the menu needs to know the size of a menu item before drawing it.
Popup (inherited from MenuItem)Occurs before a menu item's list of menu items is displayed.
Select (inherited from MenuItem) Occurs when the user places the cursor over a menu item.

Protected Instance Properties

DesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
Events (inherited from Component)Gets the list of event handlers that are attached to this Component.
MenuID (inherited from MenuItem)Gets a value indicating the Windows identifier for this menu item.

Protected Instance Methods

CloneMenu (inherited from MenuItem)Creates a copy of the specified MenuItem .
CloneMenu (inherited from Menu)Copies the Menu that is passed as a parameter to the current Menu .
CreateMenuHandle (inherited from Menu)
Dispose (inherited from MenuItem)
Finalize (inherited from Component)
FindMergePosition (inherited from Menu)
GetService (inherited from Component) Returns an object that represents a service provided by the Component or by its Container.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OnClick (inherited from MenuItem)Raises the Click event.
OnDrawItem (inherited from MenuItem)Raises the DrawItem event.
OnInitMenuPopup (inherited from MenuItem)
OnMeasureItem (inherited from MenuItem)Raises the MeasureItem event.
OnPopup (inherited from MenuItem)Raises the Popup event.
OnSelect (inherited from MenuItem)Raises the Select event.

Protected Internal Instance Methods

ProcessCmdKey (inherited from Menu)

See Also

MRUMenuItem Class | Genghis.Windows.Forms Namespace