[This is preliminary documentation and is subject to change.]

Prints the control tree in xml format

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string PrintControlTree(
	Control startControl
)
Visual Basic (Declaration)
Public Shared Function PrintControlTree ( _
	startControl As Control _
) As String
Visual C++
public:
static String^ PrintControlTree(
	Control^ startControl
)

Parameters

startControl
Type: System.Web.UI..::.Control
Start printing the tree from this position

Return Value

The xml representation of the control tree

See Also