NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IPropertyValueUIService Methods

The methods of the IPropertyValueUIService interface are listed below. For a complete list of IPropertyValueUIService interface members, see the IPropertyValueUIService Members topic.

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.

See Also

IPropertyValueUIService Interface | System.Drawing.Design Namespace