Udostępnij za pośrednictwem


IPropertyValueUIService.AddPropertyValueUIHandler Metoda

Definicja

Dodaje określony PropertyValueUIHandler element do tej usługi.

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)

Parametry

newHandler
PropertyValueUIHandler

Procedura obsługi interfejsu użytkownika wartości właściwości do dodania.

Uwagi

Po GetPropertyUIValueItems wywołaniu każda procedura obsługi dodana do tej usługi jest wywoływana i daje możliwość dodania ikony dla właściwości.

Dotyczy

Zobacz też