siViewState Enum
Enumerations
enum
siViewState
{
siNormal
= 0,
siClosed
= 1,
siMinimized
= 2
}
Detailed Description
Specifies the view state information of the
View
object, such as whether the view is closed, whether the view is minimized, and whether the view is in a normal state.
See also:
View::State
,
View::GetState
,
View::PutState
Enumeration Type Documentation
enum siViewState
Enumerator:
siNormal
[0] Normal
siClosed
[1] Closed
siMinimized
[2] Minimized