dbicLabel Send comments on this topic.
WriteXMLFile Method
See Also 
dbicLabel Assembly > Dbi.WinControl.Label Namespace > dbiLabel Class : WriteXMLFile Method

strFileName
The full path and file name of the xml file.
Writes the control information to an XML file that can be read using the ReadXMLFile Method or XMLRead Property.

Syntax

Visual Basic (Declaration) 
Public Function WriteXMLFile( _
   ByVal strFileName As String _
) As Boolean
C# 
public bool WriteXMLFile( 
   string strFileName
)

Parameters

strFileName
The full path and file name of the xml file.

Return Value

A Boolean indicating a successful write.

Remarks

The XML files will only store string or numeric property settings. The XML file will not store image or object information.

If no extension is provided in the strFileName parameter, the default extension is .xml

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also