Ribbon for WinForms
RibbonButton コンストラクタ(String,Image,Image)

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > RibbonButton クラス > RibbonButton コンストラクタ : RibbonButton コンストラクタ(String,Image,Image)
The initial value for the Text property.
The image to use as a small icon.
The image to use as a large icon.
Creates a new instance of RibbonButton.
シンタックス
'宣言
 
Public Function New( _
   ByVal text As String, _
   ByVal smallImage As Image, _
   ByVal largeImage As Image _
)
public RibbonButton( 
   string text,
   Image smallImage,
   Image largeImage
)

パラメータ

text
The initial value for the Text property.
smallImage
The image to use as a small icon.
largeImage
The image to use as a large icon.
参照

RibbonButton クラス
RibbonButton メンバ
オーバーロード一覧