Adds a PropertyValueUIHandler to this service. When GetPropertyUIValueItems is called, each handler added to this service will be called and given the opportunity to add an icon to the specified property.
[Visual Basic] Sub AddPropertyValueUIHandler( _ ByVal newHandler As PropertyValueUIHandler _ ) [C#] void AddPropertyValueUIHandler( PropertyValueUIHandler newHandler ); [C++] void AddPropertyValueUIHandler( PropertyValueUIHandler* newHandler ) = 0; [JScript] function AddPropertyValueUIHandler( newHandler : PropertyValueUIHandler );
IPropertyValueUIService Interface | IPropertyValueUIService Members | System.Drawing.Design Namespace