IPropertyValueUIService.RemovePropertyValueUIHandler Metod

Definition

Tar bort den angivna PropertyValueUIHandler från UI-tjänsten för egenskapsvärdet.

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)

Parametrar

newHandler
PropertyValueUIHandler

Hanteraren som ska ta bort.

Gäller för

Se även