winframe class : TypeName getter

Description

Gets the type name.

Syntax

winframeInstance.TypeName

Arguments

None

Return value

ClassDescription
stringThe type name.

Sample code

1:

winframe winframeIns = new winframe();

2:

string typeName = winframeIns.TypeName;

Notes

This getter returns "winframe".

Links for reference

None.

Copyright © Cooker All rights reserved.