ActionsPaneExtendedItem Class
This is the virtual base class for various actions pane elements. It is used for both the actions pane and the context menu.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
Microsoft.ManagementConsole.ActionsPaneItem
Microsoft.ManagementConsole.ActionsPaneExtendedItem
Microsoft.ManagementConsole.ActionBase
Microsoft.ManagementConsole.ActionGroup
Syntax
public abstract class ActionsPaneExtendedItem : ActionsPaneItem
public ref class ActionsPaneExtendedItem abstract : ActionsPaneItem
[<AbstractClass>]
type ActionsPaneExtendedItem =
class
inherit ActionsPaneItem
end
Public MustInherit Class ActionsPaneExtendedItem
Inherits ActionsPaneItem
Properties
Name | Description | |
---|---|---|
Description | Gets or sets the status bar text. |
|
DisplayName | Gets or sets the display name for the action. If the MnemonicDisplayName property is not empty, it is used instead of the DisplayName property for UI that supports mnemonics. |
|
ImageIndex | Gets or sets the index of the image for the actions pane extended item. |
|
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 value of the DisplayName property is used. |
|
MnemonicDisplayName | Gets or sets the mnemonic display name for the action. If available, this value is used in UI that supports mnemonics, such as menus and actions panes. |
|
Tag | Gets or sets an optional user-defined value that is useful in identifying an event when it is handled.(Inherited from ActionsPaneItem.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ManagementConsole Namespace
Return to top