PowerTools MultiRow for Windows Forms 8.0J
DropDownItem コンストラクタ(String,String,Image)

項目のテキストを示すSystem.String値。
項目のツールチップを示すSystem.String値。
項目のアイコンを示すImage値。
特定のテキスト、ツールチップ、およびイメージを使用して、DropDownItemの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal text As String, _
   ByVal toolTip As String, _
   ByVal image As Image _
)
public DropDownItem( 
   string text,
   string toolTip,
   Image image
)

パラメータ

text
項目のテキストを示すSystem.String値。
toolTip
項目のツールチップを示すSystem.String値。
image
項目のアイコンを示すImage値。
参照

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

 

 


© 2008-2015 GrapeCity inc. All rights reserved.