| KiXforms Class Library |
Name Property |
Gets or sets the name of the control.
object.Name [ = String ]
The name of the control. The default is the class name of the object, followed by a unique number.
The Name property can be used at run time to evaluate the object by name rather than type and programmatic name. Because the Name property returns a String type, it can be evaluated in case-style logic statements.
| The CHM file was converted to HTML by chm2web software. |