Compartilhar via


IPropertyValueUIService.RemovePropertyValueUIHandler Método

Definição

Remove o PropertyValueUIHandler especificado do serviço de interface do usuário do valor da propriedade.

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

O manipulador a ser removido.

Aplica-se a

Confira também