TabbedMDIManager displaying "&"

We have an application using TabbedMDIManager where the ChildForm.Text can be chosen by the user (eg. the tab text). If they enter a name that contains "&" it gets treated as a Mnemonic. Is there a property available to handle this, or do I need to include custom code to Replace(Form.Text,"&","&&") to workaround the display problem?

1 Reply

AR Anupama Roy Syncfusion Team December 5, 2006 12:33 PM UTC

Hi Bob,

Currently it just determines whether the given character matches a mnemonic in the control's text.As you have mentioned,in order to workaround this behavior you can use custom way to replace '&' with '&&'.

Thanks for choosing Syncfusion products.

Regards,

Anu.

Loader.
Up arrow icon