![]() |
| サイトマップ | |
|
トップ | オブジェクト | プロパティ | メソッド | 定数 |
CurrentBrowserItem プロパティ |
オブジェクト:Notebook
ブラウザビューで現在選択しているオブジェクトをあらわす実体式 (object expression) を返します。
Dim msgtext, savestatus If ActiveDocument.CurrentBrowserItem.Saved=True Then savestatus="No need to save this item." Else savestatus="Changes have been made since last save." End If msgtext="Current Item: " + ActiveDocument.CurrentBrowserItem.Name + vbCr + savestatus MsgBox(msgtext,0+64,"Status")