CommandItem Constructor |
Initializes a CommandItem with a blank caption. |
Checked |
Gets or sets a value indicating whether the command item is checked. |
CommandItems |
Gets a value indicating the collection of CommandItem objects associated with the command item. |
Container (inherited from Component) |
Gets the IContainer that contains the Component. |
DefaultItem |
Gets or sets a value indicating whether a menu item, connected to this command, should be the default item. |
DropDownArrow |
Gets or sets a value indicating whether a drop-down toolbar button, connected to this command, should display a down arrow. |
Editor |
Gets or sets the editor that is associated with the command item. |
Enabled |
Gets or sets a value indicating whether the command item is enabled. |
Image |
Gets or sets the image assigned to a command item. |
ImageIndex |
Gets or sets the index value of the image to display within the command. |
Index |
Gets a value indicating the position of the command in the parent component. |
Parent |
Gets a value indicating the command item or command group that contains this command item. |
Shortcut |
Gets or sets a value indicating the shortcut key associated with the command item. |
ShowText |
Gets or sets a value indicating whether a toolbar button, connected to this command, should show the text caption. |
Site (inherited from Component) |
Gets or sets the ISite of the Component. |
Style |
Gets or sets a value indicating the style of a command item. |
Tag |
Gets or sets the object that contains data about the command item. |
Text |
Gets or sets a value indicating the caption of the command item. |
ToolTipText |
Gets or sets the text of a tool tip that describes the command item. |
ToolTipTitle |
Gets or sets the title of a tool tip that describes the command item. |
CreateObjRef (inherited from MarshalByRefObject) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose (inherited from Component) |
Overloaded. Releases the resources used by the Component. |
Equals (inherited from Object) |
Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) |
Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) |
Obtains a lifetime service object to control the lifetime policy for this instance. |
OnCheckEnabled |
Raises the CheckEnabled event. |
OnClick |
Raises the Click event. |
OnPopup |
Raises the Popup event. |
PerformCheckEnabled |
Generates a CheckEnabled event for this command and all child commands. |
PerformClick |
Generates a Click event for the CommandItem, simulating a click by a user. |
PerformPopup |
Generates a Popup event for the CommandItem. |
ToString (inherited from Component) |
Overridden. See Object.ToString. |
CheckEnabled |
Occurs when the enabled property is checked. |
Click |
Occurs when the command item is clicked or selected using a shortcut key or access key defined for the command item. |
Disposed (inherited from Component) |
Adds an event handler to listen to the Disposed event on the component. |
Popup |
Occurs before a command item's list of command items is displayed. |
PropertyChanged |
Occurs when a property of a CommandItem object has been changed. |
DesignMode (inherited from Component) |
Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) |
Gets the list of event handlers that are attached to this Component. |
Dispose (inherited from Component) |
Overloaded. Releases the resources used by the Component. |
Finalize (inherited from Component) |
Overridden. See Object.Finalize. In C# and C++, finalizers are expressed using destructor syntax. |
GetService (inherited from Component) |
Returns an object that represents a service provided by the Component or by its Container. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
OnPropertyChanged |
Raises the PropertyChanged event. |