ActionSeparator Class
Represents a separator between GUI elements.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Inheritance Hierarchy
System.Object
Microsoft.ManagementConsole.ActionsPaneItem
Microsoft.ManagementConsole.ActionSeparator
Syntax
public sealed class ActionSeparator : ActionsPaneItem
public ref class ActionSeparator sealed : ActionsPaneItem
[<Sealed>]
type ActionSeparator =
class
inherit ActionsPaneItem
end
Public NotInheritable Class ActionSeparator
Inherits ActionsPaneItem
Constructors
Name | Description | |
---|---|---|
ActionSeparator() | Initializes a new instance of the ActionSeparator class. |
Properties
Name | Description | |
---|---|---|
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.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (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