NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyValueUIItem Constructor

Constructs a PropertyValueUIItem object.

[Visual Basic]
Public Sub New( _
   ByVal uiItemImage As Image, _
   ByVal handler As PropertyValueUIItemInvokeHandler, _
   ByVal tooltip As String _
)
[C#]
public PropertyValueUIItem(
   Image uiItemImage,
   PropertyValueUIItemInvokeHandler handler,
   string tooltip
);
[C++]
public: PropertyValueUIItem(
   Image* uiItemImage,
   PropertyValueUIItemInvokeHandler* handler,
   String* tooltip
);
[JScript]
public function PropertyValueUIItem(
   uiItemImage : Image,
   handler : PropertyValueUIItemInvokeHandler,
   tooltip : String
);

Parameters

uiItemImage
The image to display. Must be 8x8 pixels.
handler
The handler to fired when the image is double clicked.
tooltip
The tooltip to display for this icon.

See Also

PropertyValueUIItem Class | PropertyValueUIItem Members | System.Drawing.Design Namespace