IPropertyValueUIService.AddPropertyValueUIHandler Método

Definición

Agrega el objeto PropertyValueUIHandler especificado a este servicio.

public:
 void AddPropertyValueUIHandler(System::Drawing::Design::PropertyValueUIHandler ^ newHandler);
public void AddPropertyValueUIHandler (System.Drawing.Design.PropertyValueUIHandler newHandler);
abstract member AddPropertyValueUIHandler : System.Drawing.Design.PropertyValueUIHandler -> unit
Public Sub AddPropertyValueUIHandler (newHandler As PropertyValueUIHandler)

Parámetros

newHandler
PropertyValueUIHandler

Controlador de interfaz de usuario de valores de propiedades que se van a agregar.

Comentarios

Cuando GetPropertyUIValueItems se llama a , se llama a cada controlador agregado a este servicio y se da la oportunidad de agregar un icono para la propiedad .

Se aplica a

Consulte también