G
Guest
I want make new controls,inhert System.Windows.Forms.TextBo
and SetStyle(ControlStyles.UserPaint, true)
But I find doesn't set background color when gotfocu
I think maybe TextBox inhert another controls,For example ComboBox have one child controls ControlID:0x3e
so i want get this ControlID and use SetBkColor function set background colo
Who can tell me ControlID or what do i
Thanks!
and SetStyle(ControlStyles.UserPaint, true)
But I find doesn't set background color when gotfocu
I think maybe TextBox inhert another controls,For example ComboBox have one child controls ControlID:0x3e
so i want get this ControlID and use SetBkColor function set background colo
Who can tell me ControlID or what do i
Thanks!