The BCExtensionCommandGroup 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.
(Overrides BCExtensionCommandItem..::..GetCaption()()()().)
Protected methodGetChecked
Returns a value indicating whether the menu item is in the checked state.
(Inherited from BCExtensionCommandItem.)
Protected methodGetEnabled
Returns a value indicating whether the menu item can respond to user interaction.
(Inherited from BCExtensionCommandItem.)
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.
(Overrides BCExtensionCommandItem..::..GetIcon()()()().)
Protected methodGetIsSeparator
Returns a value indicating whether the instance represents a line used to group other items.
(Inherited from BCExtensionCommandItem.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetVisible
Returns a value indicating whether the menu item is displayed.
(Inherited from BCExtensionCommandItem.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnExecute
Raises the Execute event.
(Inherited from BCExtensionCommandItem.)
Protected methodOnLoad
Raises the Load event.
(Inherited from BCExtensionCommandItem.)
Public methodToString
Returns a string that represents the current command.
(Overrides Object..::..ToString()()()().)

See Also