This documentation is archived and is not being maintained.
MenuItem Members
Visual Studio 2008
Represents a menu item displayed in the Menu control. This class cannot be inherited.
The MenuItem type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
ChildItems | Gets a MenuItemCollection object that contains the submenu items of the current menu item. |
|
DataBound | Gets a value indicating whether the menu item was created through data binding. |
|
DataItem | Gets the data item that is bound to the menu item. |
|
DataPath | Gets the path to the data that is bound to the menu item. |
|
Depth | Gets the level at which a menu item is displayed. |
|
Enabled | Gets or sets a value that indicates whether the MenuItem object is enabled, allowing the item to display a pop-out image and any child menu items. |
|
ImageUrl | Gets or sets the URL to an image that is displayed next to the text in a menu item. |
|
NavigateUrl | Gets or sets the URL to navigate to when the menu item is clicked. |
|
Parent | Gets the parent menu item of the current menu item. |
|
PopOutImageUrl | Gets or sets the URL to an image that is displayed in a menu item to indicate that the menu item has a dynamic submenu. |
|
Selectable | Gets or sets a value that indicates whether the MenuItem object can be selected, or is "clickable." |
|
Selected | Gets or sets a value indicating whether the current menu item is selected in a Menu control. |
|
SeparatorImageUrl | Gets or sets the URL to an image displayed at the bottom of a menu item to separate it from other menu items. |
|
Target | Gets or sets the target window or frame in which to display the Web page content associated with a menu item. |
|
Text | Gets or sets the text displayed for the menu item in a Menu control. |
|
ToolTip | Gets or sets the ToolTip text for the menu item. |
|
Value | Gets or sets a non-displayed value used to store any additional data about the menu item, such as data used for handling postback events. |
|
ValuePath | Gets the path from the root menu item to the current menu item. |
| Name | Description | |
|---|---|---|
|
ICloneable::Clone | Creates a copy of the current MenuItem object. |
|
IStateManager::IsTrackingViewState | Infrastructure. Gets a value that indicates whether the MenuItem object is saving changes to its view state. |
|
IStateManager::LoadViewState | Infrastructure. Loads the menu item's previously saved view state. |
|
IStateManager::SaveViewState | Infrastructure. Saves the view-state changes to an Object. |
|
IStateManager::TrackViewState | Infrastructure. Instructs the MenuItem object to track changes to its view state. |
Show: