'宣言 Public Function New( _ ByVal text As String, _ ByVal smallImage As Image _ )
public RibbonButton( string text, Image smallImage )
パラメータ
- text
 - Text プロパティの初期値。
 - smallImage
 - 小さいアイコンとして使用する画像。
 
'宣言 Public Function New( _ ByVal text As String, _ ByVal smallImage As Image _ )
public RibbonButton( string text, Image smallImage )