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!

RefreshProperties Enumeration

Specifies values for use in refreshing the design time view.

[Visual Basic]
Public Enum RefreshProperties
[C#]
public enum RefreshProperties
[C++]
public enum RefreshProperties

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

Remarks

These values are used to indicate the properties to use when refreshing the design time view.

Members

Member Name Description
All [To be supplied.]
None [To be supplied.]
Repaint [To be supplied.]

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

System.ComponentModel.Design Namespace