Krypton-Suite-Legacy-Archive / Krypton-NET-5.470

A update to Component factory's krypton toolkit to support the .NET 4.7 framework.
BSD 3-Clause "New" or "Revised" License
78 stars 20 forks source link

`ThemeManager.PropagateThemeSelector` also needs to work with a `ToolStripComboBox` #158

Closed Smurf-IV closed 5 years ago

Smurf-IV commented 5 years ago

comboBox, in a contextMenu, attached to a ButtonSpec:

        private ComponentFactory.Krypton.Toolkit.ButtonSpecAny btnTheme;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripComboBox cmbTheme;
Smurf-IV commented 5 years ago

There is no reason why it cannot just be the ComboBox Base class passed in:

public static void PropagateThemeSelector(KryptonComboBox target)
PWagner1 commented 5 years ago

I'll get to it

Smurf-IV commented 5 years ago

Confirmed working