ToolBarButton is missing DropDownOpening

Answered
0
0

This is needed, for example to populate the drop down menu itself.

  • You must to post comments
Best Answer
0
0

The event is Wisej.Web.ToolBar.ButtonDropDown. All child component (not directly in designable, like a TreeNode for example) fire their events on the parent container.

We have extended the TreeNode class and the ToolBarButton class (and others) to replicate the event at the class level to allow for easy class extension.  But the ToolBarButton class only reflects the Click event.  Will probably enhance it to reflect ButtonDropDown as well.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.