ActionsPaneItem Class
Represents an element that is exposed to the user through the UI. Some examples of items in the actions pane are an action, a separator, and an action group.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
Microsoft.ManagementConsole.ActionsPaneItem
Microsoft.ManagementConsole.ActionSeparator
Microsoft.ManagementConsole.ActionsPaneExtendedItem
Syntax
public abstract class ActionsPaneItem
public ref class ActionsPaneItem abstract
[<AbstractClass>]
type ActionsPaneItem = class end
Public MustInherit Class ActionsPaneItem
Properties
Name | Description | |
---|---|---|
Tag | Gets or sets an optional user-defined value that is useful in identifying an event when it is handled. |
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