Class
Class$
Name of control type
Read-only String property
Applies to: Generic
This read-only property returns the Windows class of the associated control. All the controls of the same type, buttons, edit boxes, grids etc. share the same class name. Generally the class name will only be of interest to Windows API programmers. KCML programmers should be careful about assuming that a class name for a given control will not change in a future version of KCML.
The ClassId property is usually more useful to the programmer.