LOTUSSCRIPT /COM/OLE のクラス
例:DeselectAll メソッド
次のボタンスクリプトは現在の選択を解除してからクリップボードの内容を現在のフィールドに貼り付けます。
Sub Click(Source As Button)
Dim workspace As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Set uidoc = workspace.CurrentDocument
Call uidoc.DeselectAll
Call uidoc.Paste
End Sub
関連項目
DeselectAll メソッド
用語集
フィードバック
ヘルプ
または
プロダクトユーザビリティ
ヘルプの使い方
すべてのヘルプ項目
用語集