The BCExtensionCommandItem type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| BCExtensionCommandItem |
Initializes a new instance of the BCExtensionCommandItem class.
|
Methods
| Name | Description | |
|---|---|---|
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from | ||
Releases all resources used by the (Inherited from | ||
Releases the unmanaged resources used by the (Inherited from | ||
| (Inherited from | ||
Releases unmanaged resources and performs other cleanup operations before the (Inherited from | ||
| GetCaption |
Returns the caption of the menu item that invokes the command.
| |
| GetChecked |
Returns a value indicating whether the menu item is in the checked state.
| |
| GetEnabled |
Returns a value indicating whether the menu item can respond to user interaction.
| |
Serves as a hash function for a particular type. (Inherited from | ||
| GetIcon |
Returns the icon to display on the menu item.
| |
| GetIsSeparator |
Returns a value indicating whether the instance represents a line used to group other items.
| |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from | ||
| (Inherited from | ||
Gets the (Inherited from | ||
| GetVisible |
Returns a value indicating whether the menu item is displayed.
| |
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnExecute |
Raises the Execute event.
| |
| OnLoad |
Raises the Load event.
| |
Returns a (Inherited from |
Properties
| Name | Description | |
|---|---|---|
Gets a value indicating whether the component can raise an event. (Inherited from | ||
| (Inherited from | ||
Gets a value that indicates whether the (Inherited from | ||
Gets the list of event handlers that are attached to this (Inherited from | ||
| (Inherited from | ||
| Tag |
Gets or sets the arbitrary object value that can be used to store custom information about this element.
| |
| Visible |
Gets or sets a value indicating whether the menu item is displayed.
|
Events
| Name | Description | |
|---|---|---|
Occurs when the component is disposed by a call to the (Inherited from | ||
| Execute |
Occurs when the command is invoked.
| |
| Load |
Occurs when the command is loaded.
|
See Also