siViewState

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.

C# Syntax

siViewState.siNormal                                                        // 0
siViewState.siClosed                                                        // 1
siViewState.siMinimized                                                     // 2

Constant Value Description
siNormal 0 Normal
siClosed 1 Closed
siMinimized 2 Minimized

Applies To

View.State View::GetState View::PutState