Removes a PropertyValueUIHandler to this service. When GetPropertyUIValueItems is called, each handler added to this service will be called and given the opportunity to add an icon to the specified property.
[Visual Basic] Sub RemovePropertyValueUIHandler( _ ByVal newHandler As PropertyValueUIHandler _ ) [C#] void RemovePropertyValueUIHandler( PropertyValueUIHandler newHandler ); [C++] void RemovePropertyValueUIHandler( PropertyValueUIHandler* newHandler ) = 0; [JScript] function RemovePropertyValueUIHandler( newHandler : PropertyValueUIHandler );
IPropertyValueUIService Interface | IPropertyValueUIService Members | System.Drawing.Design Namespace