Editor for ASP.NET Web Forms
C1RibbonRadioButton コンストラクタ(String,String,String,String,String,String,TextImageRelation,Boolean,String)

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1Editor 名前空間 > C1RibbonRadioButton クラス > C1RibbonRadioButton コンストラクタ : C1RibbonRadioButton コンストラクタ(String,String,String,String,String,String,TextImageRelation,Boolean,String)
リボンボタンの名前。
リボンボタンのテキスト。
リボンボタンのツールチップ。
リボンボタンの値。
リボンボタンの Css クラス。
リボンボタンの iconClass。
リボンボタンの textImageRelation。
リボンボタンの ON 状態。
リボンボタンが属しているグループ。
のコンストラクタ
シンタックス
'宣言
 
Public Function New( _
   ByVal name As System.String, _
   ByVal text As System.String, _
   ByVal tooltip As System.String, _
   ByVal value As System.String, _
   ByVal cssClass As System.String, _
   ByVal iconClass As System.String, _
   ByVal textImageRelation As TextImageRelation, _
   ByVal isChecked As System.Boolean, _
   ByVal group As System.String _
)
public C1RibbonRadioButton( 
   System.string name,
   System.string text,
   System.string tooltip,
   System.string value,
   System.string cssClass,
   System.string iconClass,
   TextImageRelation textImageRelation,
   System.bool isChecked,
   System.string group
)

パラメータ

name
リボンボタンの名前。
text
リボンボタンのテキスト。
tooltip
リボンボタンのツールチップ。
value
リボンボタンの値。
cssClass
リボンボタンの Css クラス。
iconClass
リボンボタンの iconClass。
textImageRelation
リボンボタンの textImageRelation。
isChecked
リボンボタンの ON 状態。
group
リボンボタンが属しているグループ。
参照

C1RibbonRadioButton クラス
C1RibbonRadioButton メンバ
オーバーロード一覧
C1RibbonRadioButton クラス