IPropertyValueUIService.RemovePropertyValueUIHandler Método

Definición

Quita el objeto PropertyValueUIHandler especificado del servicio de interfaz de usuario de valores de propiedades.

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