winframe class : IsNormal getter

Description

Gets a value that indicates whether a window has been displayed at normal size.

Syntax

winframeInstance.IsNormal

Arguments

None

Return value

ClassDescription
boolA value that indicates whether a window has been displayed at normal size.

Sample code

1:

wfpool wfp;

2:

winframe winframeIns = wfp.GetActive(); // Gets a window that has focus.

3:

bool normal = winframeIns.IsNormal;

Notes

It returns true if the window has been displayed at normal size. Otherwise, returns false.

Links for reference

None.

Copyright © Cooker All rights reserved.