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