C1RibbonSplitButton のコンストラクタ。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String _
)
public C1RibbonSplitButton(
System.string ,
System.string ,
System.string ,
System.string
)
パラメータ
- name
- リボンボタンの名前。
- text
- リボンボタンのテキスト。
- tooltip
- リボンボタンのツールチップ。
- iconClass
- リボンボタンの iconClass。
参照