Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the actions that are available on the help menu when the node has focus.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public ActionsPaneItemCollection ActionsPaneHelpItems { get; }
public:
property ActionsPaneItemCollection^ ActionsPaneHelpItems {
ActionsPaneItemCollection^ get();
}
member ActionsPaneHelpItems : ActionsPaneItemCollection with get
Public ReadOnly Property ActionsPaneHelpItems As ActionsPaneItemCollection
Property Value
Type: Microsoft.ManagementConsole.ActionsPaneItemCollection
A collection containing the actions that are available on the help menu when the node has focus.
See Also
ScopeNode Class
Microsoft.ManagementConsole Namespace
Return to top