ActionGroup.RenderAsRegion Property

 

Gets or sets a flag that determines whether the action group is rendered as a region. The default value is false.

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

Syntax

public bool RenderAsRegion { get; set; }
public:
property bool RenderAsRegion {
    bool get();
    void set(bool value);
}
member RenderAsRegion : bool with get, set
Public Property RenderAsRegion As Boolean

Property Value

Type: System.Boolean

If the action group is rendered as a region, this value is true; otherwise, false.

See Also

ActionGroup Class
Microsoft.ManagementConsole Namespace

Return to top