LOTUSSCRIPT /COM/OLE のクラス


NotesUIWorkspace クラス

現在の Lotus Notes ワークスペースのウィンドウを表します。

メモ このクラスは COM ではサポートされていません。

包含関係サブクラス:NotesDocumentCollectionNotesUIDatabaseNotesUIDocumentNotesUIView
プロパティCurrentCalendarDateTime
CurrentDatabase

CurrentDocument

CurrentView

IsEmbeddedInsideWCT

メソッドAddDatabase
CheckAlarms

ComposeDocument

DialogBox

EditDocument

EditProfile

EnableAlarms

Folder

GetCurrentDatabase

GetListOfTunes

New

OpenDatabase

OpenFileDialog

OpenFrameSet

OpenPage

OutlineReload

PickListCollection

PickListStrings

PlayTune

Prompt

RefreshParentNote

ReloadWindow

SaveFileDialog

SetCurrentLocation

SetTargetFrame

URLOpen

UseLSX

ViewRebuild

ViewRefresh

作成方法NotesUIWorkspace オブジェクトを新規作成するには New を使います。
構文Dim variableName As New NotesUIWorkspace
使用法バックグラウンドエージェント、API を通して呼び出されたエージェント、あるいは NotesAgent クラスの Run メソッドで呼び出されたエージェントでは UI クラスを使えません。クライアントユーザーだけが UI オブジェクトにアクセスするスクリプトを実行できます。

関連項目