PropertyValueUIItem クラスの新しいインスタンスを初期化します。
Public Sub New( _
ByVal uiItemImage As Image, _ ByVal handler As PropertyValueUIItemInvokeHandler, _ ByVal tooltip As String _)
[C#]
public PropertyValueUIItem(
ImageuiItemImage,PropertyValueUIItemInvokeHandlerhandler,stringtooltip);
[C++]
public: PropertyValueUIItem(
Image* uiItemImage,PropertyValueUIItemInvokeHandler* handler,String* tooltip);
[JScript]
public function PropertyValueUIItem(
uiItemImage : Image,handler : PropertyValueUIItemInvokeHandler,tooltip : String);
パラメータ
- uiItemImage
表示するアイコン。イメージ サイズは 8 x 8 ピクセルであることが必要です。 - handler
イメージがダブルクリックされたときに呼び出されるハンドラ。 - tooltip
PropertyValueUIItem に関連付けられているプロパティに対して表示する ToolTip 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
PropertyValueUIItem クラス | PropertyValueUIItem メンバ | System.Drawing.Design 名前空間 | PropertyValueUIItemInvokeHandler