LOTUSSCRIPT /COM/OLE のクラス


NotesUIWorkspace クラス

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

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

包含関係
サブクラス:NotesDocumentCollectionNotesUIDatabaseNotesUIDocumentNotesUIView

プロパティ
CurrentCalendarDateTime

CurrentDatabase

CurrentDocument

CurrentView

IsEmbeddedInsideWCT

メソッド
AddDatabase

CheckAlarms

ComposeDocument

DialogBox

EditDocument

EditProfile

EnableAlarms

Folder

GetCurrentDatabase

GetListOfTunes

New

OpenDatabase

OpenFileDialog

OpenFrameSet

OpenPage

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 オブジェクトにアクセスするスクリプトを実行できます。


関連項目