Sorry, but there are no more tags available to filter with.
-
Hello, I inherited a control from C1Combo and override two methods as follows : protected override void OnEnter(EventArgs e) { base.OnEnter(e); this.EditorBackColor = Color.Red; } protected override void OnLeave(EventArgs e) { base.OnLeave(e); this.EditorBackColor = Color.White; } When the control gets...
Page 1 of 1 (1 items)