The BCExtensionCommandItem type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetCaption
Returns the caption of the menu item that invokes the command.
Protected methodGetChecked
Returns a value indicating whether the menu item is in the checked state.
Protected methodGetEnabled
Returns a value indicating whether the menu item can respond to user interaction.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetIcon
Returns the icon to display on the menu item.
Protected methodGetIsSeparator
Returns a value indicating whether the instance represents a line used to group other items.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetVisible
Returns a value indicating whether the menu item is displayed.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnExecute
Raises the Execute event.
Protected methodOnLoad
Raises the Load event.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also