IPropertyValueUIService.RemovePropertyValueUIHandler Method

Definition

Removes the specified PropertyValueUIHandler from the property value UI service.

public:
 void RemovePropertyValueUIHandler(System::Drawing::Design::PropertyValueUIHandler ^ newHandler);
public void RemovePropertyValueUIHandler (System.Drawing.Design.PropertyValueUIHandler newHandler);
abstract member RemovePropertyValueUIHandler : System.Drawing.Design.PropertyValueUIHandler -> unit
Public Sub RemovePropertyValueUIHandler (newHandler As PropertyValueUIHandler)

Parameters

newHandler
PropertyValueUIHandler

The handler to remove.

Applies to

See also