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