Nevron Forum

tab index in NPopup

https://www.nevron.com/Forum/Topic3928.aspx

By simha mimoun - Wednesday, August 4, 2010

Hi,

I'm using a Nevron.UI.WinForm.Controls.NPopup but it seems there is no tab indexes in the popup.

There is a way to use the Tab key to cycle through the controls in the popup?

thanks

simha

By Nevron Support - Friday, August 6, 2010

Hi Simha,

You can make it work by setting EnableHook property to false.

However, if you do so the popup will not closed automatically.

 

By simha mimoun - Monday, August 9, 2010

Hi,

I don't see that this control has the EnableHook property.

Can you help me?

thanks

simha

By Nevron Support - Monday, August 9, 2010

Hi Simha,

Try the following:

nPopup1.EnableHook = false;