ActionGroup Members
This is a sealed class that represents a group of actions. This submenu may be exposed through various UI elements such as the actions pane or context menu.
The following tables list the members exposed by the ActionGroup type.
| Name | Description | |
|---|---|---|
|
Description | Gets or sets the status bar text. (Inherited from ActionsPaneExtendedItem) |
|
DisplayName | Gets or sets the display string for the action. If the MnemonicDisplayName is not empty, it is used instead of DisplayName for UI that supports mnemonics. (Inherited from ActionsPaneExtendedItem) |
|
ImageIndex | Gets or sets the index of the image for the actions pane extended item. (Inherited from ActionsPaneExtendedItem) |
|
Items | Gets the collection of child items that are in the actions pane. |
|
LanguageIndependentName | Gets or sets a language-independent name that uniquely identifies an item in the set of actions for an object. If this value is not specified or is empty, the DisplayName is used. (Inherited from ActionsPaneExtendedItem) |
|
MnemonicDisplayName | Gets or sets the mnemonic display string for the action. If available, this value is used in UI that supports mnemonics, such as menus and actions panes. (Inherited from ActionsPaneExtendedItem) |
|
RenderAsRegion | Gets or sets a flag that determines whether the group is rendered as a region. The defaults value is false. |
|
Tag | Gets or sets an optional user-defined value that is useful in identifying the event when it is handled. (Inherited from ActionsPaneItem) |
(see also Protected Methods)
Top
| Name | Description | |
|---|---|---|
![]() | Equals | Overloaded. (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() ![]() | ReferenceEquals | (Inherited from Object) |
![]() | ToString | (Inherited from Object) |