// // System.ComponentModel.BindableSupport.cs // // Author: // Tim Coleman (tim@timcoleman.com) // // Copyright (C) Tim Coleman, 2002 // namespace System.ComponentModel { [Serializable] public enum BindableSupport { Default, No, Yes } }