ClassName Property | ||||||
Applies to: Window object See also: read-only Returns the window's class name. Syntax: object.ClassName The ClassName syntax has these parts:
Remarks: Microsoft Windows uses class names when creating windows, to create windows with similar features and behaviour. Visual Basic forms are created with the class name "ThunderFormDC" in debug mode, and with the class name "ThunderRT6FormDC" when compiled. Example:Displaying a list of open windows
|