Returns the window state of the view or sets it.

Type Info:

WindowState As RWTWindowStates
Example:
Dim ResViews As ResourceViews
Dim ResView As ResourceView

Set ResViews = Application.ActiveProject.ProjectDocument.ResourceViews

For Each ResView In ResViews
    If Not (ResView.WindowState = windowstate_icon) Then
        ResView.WindowState = windowstate_icon
    End If
Next ResView
See also:

Class ResourceView

Last Updated: 07/07/04