IPropertyValueUIService::AddPropertyValueUIHandler Method (PropertyValueUIHandler^)

 

Adds the specified PropertyValueUIHandler to this service.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

void AddPropertyValueUIHandler(
	PropertyValueUIHandler^ newHandler
)

Parameters

newHandler
Type: System.Drawing.Design::PropertyValueUIHandler^

The property value UI handler to add.

When GetPropertyUIValueItems is called, each handler added to this service is called and given the opportunity to add an icon for the property.

.NET Framework
Available since 1.1
Return to top
Show: