ScopeNode.ActionsPaneHelpItems Property

 

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