D
David Clegg
I have a ToolBarButton with a Style of DropDownButton. I want the
DropDownMenu to display whenever the button is clicked, not just when
the arrow to the right is clicked.
I was thinking I could call
((ContextMenu)toolBarButton).DropDownMenu.Show(), but this needs a
Point parameter, which I'm a bit stuck on trying to calculate.
Is there a way to achieve this?
--
Cheers,
David Clegg
(e-mail address removed)
Vote 1 http://cc.borland.com/codecentral/ccweb.exe/listing?id=21489
Now supports Google Groups searching with Dyna-extend(tm) technology!
QualityCentral. The best way to bug Borland about bugs.
http://qc.borland.com
"Are you sure this is the Sci-Fi Convention? It's full of nerds!" -
Homer Simpson
DropDownMenu to display whenever the button is clicked, not just when
the arrow to the right is clicked.
I was thinking I could call
((ContextMenu)toolBarButton).DropDownMenu.Show(), but this needs a
Point parameter, which I'm a bit stuck on trying to calculate.
Is there a way to achieve this?
--
Cheers,
David Clegg
(e-mail address removed)
Vote 1 http://cc.borland.com/codecentral/ccweb.exe/listing?id=21489
Now supports Google Groups searching with Dyna-extend(tm) technology!
QualityCentral. The best way to bug Borland about bugs.
http://qc.borland.com
"Are you sure this is the Sci-Fi Convention? It's full of nerds!" -
Homer Simpson