RC-WinTrans Object Model Help |
ResourceView.SetVisible
|
Sets the Resource view to be visible and gives it the focus.
Syntax: |
SetVisible() |
| Example: | Dim ResViews As ResourceViews
Dim ResView As ResourceView
Set ResViews = Application.ActiveProject.ProjectDocument.ResourceViews
For Each ResView In ResViews
If Not (ResView.IsVisible) Then
ResView.SetVisible
End If
Next ResView
|
See also: