The C1PreviewPane..::.HistoryMenuItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | C1PreviewPane..::.HistoryMenuItem |
Methods
Name | Description | |
---|---|---|
![]() | CloneMenu | (Inherited from Menu.) |
![]() | Dispose |
Disposes of the resources, other than memory, used by the Menu.
(Inherited from Menu.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ProcessCmdKey |
Processes a command key.
(Inherited from Menu.) |
![]() | ToString | (Inherited from Menu.) |
Properties
Name | Description | |
---|---|---|
![]() | Break |
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).
(Inherited from MenuItem.) |
![]() | Checked |
Gets or sets a value indicating whether a check mark appears next to the text of the menu item.
(Inherited from MenuItem.) |
![]() | DefaultItem |
Gets or sets a value indicating whether the menu item is the default menu item.
(Inherited from MenuItem.) |
![]() | Enabled |
Gets or sets a value indicating whether the menu item is enabled.
(Inherited from MenuItem.) |
![]() | Events |
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.) |
![]() | Handle |
Gets a value representing the window handle for the menu.
(Inherited from Menu.) |
![]() | IsParent |
Gets a value indicating whether this menu contains any menu items. This property is read-only.
(Inherited from Menu.) |
![]() | MdiList |
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.
(Inherited from MenuItem.) |
![]() | MdiListItem |
Gets a value indicating the MenuItem that is used to display a list of multiple document interface (MDI) child forms.
(Inherited from Menu.) |
![]() | MenuItems |
Gets a value indicating the collection of MenuItem objects associated with the menu.
(Inherited from Menu.) |
![]() | MergeOrder |
Gets or sets a value indicating the relative position of the menu item when it is merged with another.
(Inherited from MenuItem.) |
![]() | MergeType |
Gets or sets a value indicating the behavior of this menu item when its menu is merged with another.
(Inherited from MenuItem.) |
![]() | OwnerDraw |
Gets or sets a value indicating whether the code that you provide draws the menu item or Windows draws the menu item.
(Inherited from MenuItem.) |
![]() | Parent |
Gets a value indicating the menu that contains this menu item.
(Inherited from MenuItem.) |
![]() | RadioCheck |
Gets or sets a value indicating whether the MenuItem, if checked, displays a radio-button instead of a check mark.
(Inherited from MenuItem.) |
![]() | Shortcut |
Gets or sets a value indicating the shortcut key associated with the menu item.
(Inherited from MenuItem.) |
![]() | ShowShortcut |
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.
(Inherited from MenuItem.) |
![]() | Tag | |
![]() | Text |
Gets or sets a value indicating the caption of the menu item.
(Inherited from MenuItem.) |
![]() | Visible |
Gets or sets a value indicating whether the menu item is visible.
(Inherited from MenuItem.) |
Events
Name | Description | |
---|---|---|
![]() | Click |
Occurs when the menu item is clicked or selected using a shortcut key or access key defined for the menu item.
(Inherited from MenuItem.) |
![]() | DrawItem |
Occurs when the OwnerDraw property of a menu item is set to true and a request is made to draw the menu item.
(Inherited from MenuItem.) |
![]() | MeasureItem |
Occurs when the menu needs to know the size of a menu item before drawing it.
(Inherited from MenuItem.) |
![]() | Popup |
Occurs before a menu item's list of menu items is displayed.
(Inherited from MenuItem.) |
![]() | Select |
Occurs when the user places the pointer over a menu item.
(Inherited from MenuItem.) |