Condividi tramite


IPropertyValueUIService.RemovePropertyValueUIHandler Metodo

Definizione

Rimuove l'oggetto PropertyValueUIHandler specificato dal servizio UI del valore della proprietà.

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)

Parametri

newHandler
PropertyValueUIHandler

Gestore da rimuovere.

Si applica a

Vedi anche