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 Interface

This interface allows additional ui to be added to the property browser. When a property is painted, the PropertyValueUIHandler items added to this service will be invoked and handlers can be added to them. Each handler can add a small icon to the property that will be painted at the right side of the "property name" column. This icon can be clicked on to launch additional UI, etc.

IPropertyValueUIService

[Visual Basic]
Public Interface IPropertyValueUIService
[C#]
public interface IPropertyValueUIService
[C++]
public __gc __interface IPropertyValueUIService

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Remarks

[To be supplied.]

Requirements

Namespace: System.Drawing.Design

Assembly: System.Drawing.dll

See Also

IPropertyValueUIService Members | System.Drawing.Design Namespace