Inheritance: VisualSimpleBase, IButtonControl, IContentValues
        /// <summary>
        /// Initialize a new instance of the KryptonColorButtonActionList class.
        /// </summary>
        /// <param name="owner">Designer that owns this action list instance.</param>
        public KryptonColorButtonActionList(KryptonColorButtonDesigner owner)
            : base(owner.Component)
        {
            // Remember the button instance
            _colorButton = owner.Component as KryptonColorButton;

            // Cache service used to notify when a property has changed
            _service = (IComponentChangeService)GetService(typeof(IComponentChangeService));
        }
Example #2
0
 public KryptonColorButtonProxy(KryptonColorButton comboBox)
 {
     _colorButton = comboBox;
 }