Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RefreshProperties Enumeration

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:
© 2017 Microsoft