Click or drag to resize

MenuItem Class

Exposes properties and methods that retrieve information about a Shell menu item.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsShellMenuItem

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class MenuItem : IDisposable

The MenuItem type exposes the following members.

Properties
  NameDescription
Public propertyAllItems
Gets all child items.
Public propertyBitmap
Gets the bitmap instance.
Public propertyBitmapCode
Gets the bitmap code.
Public propertyBitmapHandle
Gets the bitmap handle.
Public propertyDisplayText
Gets the display text.
Public propertyId
Gets this item menu identifier.
Public propertyIndex
Gets this item menu index.
Public propertyIsChecked
Gets or sets a value indicating whether this instance is checked.
Public propertyIsDefault
Gets or sets a value indicating whether this instance is the default menu item.
Public propertyIsGrayed
Gets or sets a value indicating whether this instance is grayed.
Public propertyIsHilite
Gets or sets a value indicating whether this instance is hilite.
Public propertyIsRadioCheck
Gets or sets a value indicating whether this instance is a radio check.
Public propertyIsSeparator
Gets or sets a value indicating whether this instance is a separator.
Public propertyItems
Gets the menu items.
Public propertyMenu
Gets the parent menu.
Public propertyState
Gets or sets the state.
Public propertyText
Gets or sets this menu item's text.
Public propertyType
Gets or sets the type.
Public propertyVerb
Gets or sets the verb.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also