Command.UID

説明

コマンドの固有の ID を含むString値を戻します(CreateToolbarButtonコマンドと併用します)。

注:このプロパティは読み取り専用です。

C#構文

// get accessor

String rtn = Command.UID;

VBScript の例

'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