コマンドの固有の ID を含むString値を戻します(CreateToolbarButtonコマンドと併用します)。
注:このプロパティは読み取り専用です。
| // get accessor String rtn = Command.UID; | 
| 'This example creates a new toolbar 
'and puts a button on it that will
'launch the "Info Scene" dialog
uidToolbar = CreateToolbar( "My Toolbar" )
uidCmd = Commands("Info Scene").UID
CreateToolbarButton uidToolbar, uidCmd |