Currently installed v4.4, I have a mysterious problem that in v4.3 does exist.
When I set at StateActive different color or/and border at runtime I got these ctls with this color/border, something like as I setted at StateCommon....
tested on 2different applications - is truly bug.

from Designer :
//
// txtFullName
//
this.txtFullName.Location = new System.Drawing.Point(411, 42);
this.txtFullName.MaxLength = 80;
this.txtFullName.Name = "txtFullName";
this.txtFullName.Size = new System.Drawing.Size(169, 22);
this.txtFullName.StateActive.Back.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
this.txtFullName.StateActive.Border.Color1 = System.Drawing.Color.Tomato;
this.txtFullName.StateActive.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
| ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
| ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
this.txtFullName.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
this.txtFullName.TabIndex = 1;