C1RibbonRadioButton のコンストラクタ。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String _
)
public C1RibbonRadioButton(
System.string ,
System.string ,
System.string ,
System.string
)
パラメータ
- name
- リボンボタンの名前。
- tooltip
- リボンボタンのツールチップ。
- iconClass
- リボンボタンの iconClass。
- group
- リボンボタンが属しているグループ。
参照