|
Previous Top Next |
Prototype: | (),Byte |
Returns | True if the current target is an AppFrame window, false if it is not. |
This method simply checks if the currently selected target is an AppFrame window or not.
Example:
ITC ITCoreClass
Code
If ITC.IsAppframe()
Message('This is an Appframe window')
End