[This is preliminary documentation and is subject to change.]
Prints the control tree in xml format
Namespace:
OfficeClip.UtilsAssembly: 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