↧
A CheckBox with a LinkLabel
You'll have to hack it. CheckBox doesn't have an DrawMode property that would allow you make its label look like a LinkLabel.
View ArticleA CheckBox with a LinkLabel
I want the "label" for my checkbox (i.e. the text that you can click to check/uncheck the box) to have a link in it. My current solution is to put the empty string in the Text property of the checkbox,...
View Article