Saves the settings for this clip to 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 SaveSettings(
	XmlWriter Writer
)
Visual Basic (Declaration)
Public Sub SaveSettings ( _
	Writer As XmlWriter _
)
Visual C++
public:
void SaveSettings(
	XmlWriter^ Writer
)

Parameters

Writer
Type: System.Xml..::.XmlWriter
The xml file to save the settings to.

Remarks

Override the OnSaveSettings(XmlWriter) to save your custom clip settings.

See Also