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 );
PropertyValueUIItem Class | PropertyValueUIItem Members | System.Drawing.Design Namespace