MenuItem Class |
Namespace: ShellBoost.Core.WindowsShell
public sealed class MenuItem : IDisposable
The MenuItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllItems |
Gets all child items.
|
![]() | Bitmap |
Gets the bitmap instance.
|
![]() | BitmapCode |
Gets the bitmap code.
|
![]() | BitmapHandle |
Gets the bitmap handle.
|
![]() | DisplayText |
Gets the display text.
|
![]() | Id |
Gets this item menu identifier.
|
![]() | Index |
Gets this item menu index.
|
![]() | IsChecked |
Gets or sets a value indicating whether this instance is checked.
|
![]() | IsDefault |
Gets or sets a value indicating whether this instance is the default menu item.
|
![]() | IsGrayed |
Gets or sets a value indicating whether this instance is grayed.
|
![]() | IsHilite |
Gets or sets a value indicating whether this instance is hilite.
|
![]() | IsRadioCheck |
Gets or sets a value indicating whether this instance is a radio check.
|
![]() | IsSeparator |
Gets or sets a value indicating whether this instance is a separator.
|
![]() | Items |
Gets the menu items.
|
![]() | Menu |
Gets the parent menu.
|
![]() | State |
Gets or sets the state.
|
![]() | Text |
Gets or sets this menu item's text.
|
![]() | Type |
Gets or sets the type.
|
![]() | Verb |
Gets or sets the verb.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |