Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
260
Setting Form.AcceptButton in event NavigationPaneFlyoutDisplayed
posted

Hi,

I am using a UltraExplorerBar with ControlContainer enabled. To allow users to trigger button click in the control I am setting the mainform.Acceptbutton to the Control.Button1 which is added to the ControlContainer.

Setting of AcceptButton in NavigationPaneExpanded event allows the triggering of acceptbutton in the NavigationPane when in Expanded mode.

But this does not work when the NavigationPane is in Flyout mode when setting the acceptbutton in the NavigationPaneFlyoutDisplayed event.

Any help will be appreciated.

- Avinash