dbicButton Send comments on this topic.
WriteXMLFile Method
See Also 
dbicButton Assembly > Dbi.WinControl.Button Namespace > dbiButton Class : WriteXMLFile Method

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

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

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