// // System.ComponentModel.RefreshProperties.cs // // Author: // Tim Coleman (tim@timcoleman.com) // // Copyright (C) Tim Coleman, 2002 // namespace System.ComponentModel { [Serializable] public enum RefreshProperties { All, None, Repaint } }