RC-WinTrans Object Model Help |
TextTableView.WindowState |
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 |