AddPropertyValueUIHandler | 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. |
GetPropertyUIValueItems | Gets all the PropertyValueUIItems that should be displayed on the given property. For each item returned, a glyph icon will be aded to the property. |
RemovePropertyValueUIHandler | Removes 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. |
IPropertyValueUIService Interface | System.Drawing.Design Namespace