'宣言 Public Function New( _ ByVal text As System.String, _ ByVal smallImage As System.Drawing.Image _ )
public RibbonLabel( System.string text, System.Drawing.Image smallImage )
パラメータ
- text
 - Textプロパティの初期値。
 - smallImage
 - RibbonItem.SmallImageプロパティの初期値。
 
'宣言 Public Function New( _ ByVal text As System.String, _ ByVal smallImage As System.Drawing.Image _ )
public RibbonLabel( System.string text, System.Drawing.Image smallImage )