v5.0
選択中のビュー ペイン(A、B、C、または D)をフォーカスがあるビュー マネージャに戻します(選択中のビュー ペインはグレーの枠で表示されます)。
oReturn = GetFocusedViewport(); |
ビュー ペイン(A、B、C、または D)を文字列で戻します。
' Get the view pane with the focus LogMessage "The view pane with the focus is " & GetFocusedViewport |
' Get the type of view embedded in the focused viewport set oVM = Application.Desktop.ActiveLayout.Views.Find("View Manager") set oView = oVM.Views(GetFocusedViewport) LogMessage oView.FullName & ", " & oView.Type |