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

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -