View.ModeActionsPaneItems Property

 

Gets the set of actions used to configure the visual modes for the view. These actions appear in the actions pane and in various menus on locations that are reserved for this purpose.

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

Syntax

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

Property Value

Type: Microsoft.ManagementConsole.ActionsPaneItemCollection

The actions used to configure the visual modes for the view

See Also

View Class
Microsoft.ManagementConsole Namespace

Return to top