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