View.ActionsPaneItems Property

 

Gets the set of selection-independent actions that apply to the entire view. To specify actions that apply to the selected items in the view, use the selection data property ActionsPaneItems instead.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public ActionsPaneItemCollection ActionsPaneItems { get; }
public:
property ActionsPaneItemCollection^ ActionsPaneItems {
    ActionsPaneItemCollection^ get();
}
member ActionsPaneItems : ActionsPaneItemCollection with get
Public ReadOnly Property ActionsPaneItems As ActionsPaneItemCollection

Property Value

Type: Microsoft.ManagementConsole.ActionsPaneItemCollection

The actions that apply to the entire view

See Also

View Class
Microsoft.ManagementConsole Namespace

Return to top