Share via


ScopeNode Constructor (Boolean)

 

Initializes a new instance of the ScopeNode class using a flag that determines whether the scope node is created with the Expand icon enabled.

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

Syntax

public ScopeNode(
    bool hideExpandIcon
)
public:
ScopeNode(
    bool hideExpandIcon
)
new : 
        hideExpandIcon:bool -> ScopeNode
Public Sub New (
    hideExpandIcon As Boolean
)

Parameters

  • hideExpandIcon
    Type: System.Boolean

    If this value is true, the ScopeNode is created with the Expand icon enabled. When children are added to the node, the Expand icon is enabled regardless of the value of this parameter.

See Also

ScopeNode Overload
ScopeNode Class
Microsoft.ManagementConsole Namespace

Return to top