This documentation is archived and is not being maintained.
RefreshProperties Enumeration
.NET Framework 1.1
Defines identifiers that indicate the type of a refresh of the Properties window.
[Visual Basic] <Serializable> Public Enum RefreshProperties [C#] [Serializable] public enum RefreshProperties [C++] [Serializable] __value public enum RefreshProperties [JScript] public Serializable enum RefreshProperties
Remarks
RefreshProperties defines identifiers for types of refresh methods that can be used when refreshing the view of the Properties window.
Members
| Member name | Description |
|---|---|
| All | The properties should be requeried and the view should be refreshed. |
| None | No refresh is necessary. |
| Repaint | The view should be should refreshed. |
Requirements
Namespace: System.ComponentModel
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
System.ComponentModel Namespace | RefreshPropertiesAttribute
Show: