バージョン

StateButtonTool コンストラクタ(String,String)

新しい StateButtonTool インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal key As String, _
   ByVal optionSetKey As String _
)
public StateButtonTool( 
   string key,
   string optionSetKey
)

パラメータ

key
新しいツールに割り当てるキー。
optionSetKey
新しいツールを追加するオプション セットのキー。
参照