Loads the settings for this clip from an xml file.

Namespace:  ScreenMonkey.Clips
Assembly:  ScreenMonkey.Clips (in ScreenMonkey.Clips.dll) Version: 3.2.0.0 (3.3.1.4)

Syntax

C#
public void LoadSettings(
	XmlNode settings
)
Visual Basic (Declaration)
Public Sub LoadSettings ( _
	settings As XmlNode _
)
Visual C++
public:
void LoadSettings(
	XmlNode^ settings
)

Parameters

settings
Type: System.Xml..::.XmlNode
The xml file to load the settings from.

Remarks

Override OnLoadSettings(XmlNode) to load your custom clip settings.

See Also