vb.net - Toggle Button Control -
can change button control toggle-button?
is there simple way change button property make toggle button?
according this post on osix need use checkbox
set it's appearance button
.
in code:
checkbox checkbox1 = new system.windows.forms.checkbox(); checkbox1.appearance = system.windows.forms.appearance.button;
(c# code see how works).
but can properties dialog in designer.
Comments
Post a Comment