Load window layout
Namespace:
JHSoftware.SimpleDNS.PluginAssembly: sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)
Syntax
| C# |
|---|
public virtual void LoadLayout( string layoutXML ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub LoadLayout ( _ layoutXML As String _ ) |
| Visual C++ |
|---|
public: virtual void LoadLayout( String^ layoutXML ) |
Parameters
- layoutXML
- Type: System..::.String
Layout data (partial XML document format)
Remarks
Called by Simple DNS Plus when loading ViewUI.
Load layout previously saved through SaveLayout method.