WorkflowOutline::RootNode Property

 

Gets the root node of the root provider.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public protected:
property TreeNode^ RootNode {
	TreeNode^ get();
}

Property Value

Type: System.Windows.Forms::TreeNode^

A TreeNode that is the root node.

.NET Framework
Available since 3.0
Return to top
Show: