Returns the window state of the view or sets it.

Type Info:

WindowState As RWTWindowStates
Example:
Dim View As TextTableView

Set View = Application.ActiveProject.ProjectDocument.TextTableView

If Not(View.WindowState = windowstate_normal) Then
	View.WindowState = windowstate_normal
End If
See also:

Class TextTableView

Last Updated: 07/09/04