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!

IPropertyValueUIService.RemovePropertyValueUIHandler

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
);

Parameters

newHandler
The handler to remove.

See Also

IPropertyValueUIService Interface | IPropertyValueUIService Members | System.Drawing.Design Namespace