バージョン

DialogButton コンストラクタ

コンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal runBot As RunBot, _
   ByVal name As String, _
   ByVal defaultAltText As String _
)
public DialogButton( 
   RunBot runBot,
   string name,
   string defaultAltText
)

パラメータ

runBot
このクラスで使用される RunBot への参照。
name
プロパティ名。
defaultAltText
alt のデフォルト値
参照