MobileForms Toolkit Documentation

TabControl.LoadXml Method (String)

Load the control from the specified location.

public void LoadXml(
string location
);

Parameters

location
Location where the XML representation of control is stored.

Remarks

You can use filename or any other valid URI as the location.The control properties are set and new templates are loaded from the file created by the SaveXml method. It is not recommended to change the file manualy.

Example

The following sample demonstrates how to load the templates in the runtime:

See Also

TabControl Class | Resco.Controls.CommonControls Namespace | TabControl.LoadXml Overload List