winframe class : TypeName getter
Description
Gets the type name.
Syntax
winframeInstance.TypeName
Arguments
None
Return value
| Class | Description |
| string | The type name. |
Sample code
| 1: | winframe winframeIns = new winframe(); |
| 2: | string typeName = winframeIns.TypeName; |
Notes
This getter returns "winframe".
Links for reference
None.


