C# Winform checkbox button text -
i have winform series of check boxes buttons.
the datatype in sql it
the checkbox bound
when value true text on "button" says "true" when false says "false"
i want text not change type in.
ex;
checkbox says "unit active?"
when true changes true, want unit active? , turn green
any suggestions?
tia
it looks binding text
of checkbox. however, state don't want text change.
i think should bind checked
property instead.
Comments
Post a Comment