IPropertyValueUIService.RemovePropertyValueUIHandler Methode

Definition

Entfernt den angegebenen PropertyValueUIHandler aus dem Benutzeroberflächendienst für Eigenschaftswerte.

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)

Parameter

newHandler
PropertyValueUIHandler

Der zu entfernende Handler.

Gilt für:

Weitere Informationen