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

strFileName
The full path and file name of the xml file.
Reads the control information from an XML file that has previously been written with WriteXMLFile Method

Syntax

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

Parameters

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

Return Value

Boolean indicating a successful read.

Remarks

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

Requirements

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

See Also