Is there a Checked option available to ButtonTool and how can you access or set it?
Public WithEvents Portrait2 As New Infragistics.Win.UltraWinToolbars.ButtonTool("Portrait2")
Portrait2.Checked=true ''This doesnt work :)
Use the StateButtonTool instead of ButtonTool.
-Matt
Hi Matt, I do not see a "checked" icon next to the the StateButtonTool I have created even though I am setting
myStateButtonTool.Checked = true;
First, am I supposed to see the checked icon when I set "Checked" to true? Is so what do you think I am doing incorrect?
Thanks!