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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -