LOTUSSCRIPT /COM/OLE のクラス
現在の Lotus Notes ワークスペースのウィンドウを表します。
メモ このクラスは COM ではサポートされていません。
包含関係
サブクラス: NotesDocumentCollection、NotesUIDatabase、NotesUIDocument、NotesUIView
プロパティ
CurrentCalendarDateTime
CurrentDatabase
CurrentDocument
CurrentView
IsEmbeddedInsideWCT
IsInCompositeApp
IsUsingJavaElement
メソッド
AddDatabase
CheckAlarms
ComposeDocument
DialogBox
EditDocument
EditProfile
EnableAlarms
Folder
GetComponentViewPreference
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 オブジェクトにアクセスするスクリプトを実行できます。
例 関連項目