IPropertyValueUIService.RemovePropertyValueUIHandler Método

Definición

Quita el especificado PropertyValueUIHandler del servicio de interfaz de usuario de valor de propiedad.

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)

Parámetros

newHandler
PropertyValueUIHandler

Controlador que se va a quitar.

Se aplica a

Consulte también