We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

access keys in PopupMenu is not shown

Hi everybody.

I created Syncfusion.Windows.Forms.Tools.XPMenus.PopupMenu in desiner, went to Items, added new BarItem and Wrote: &Edit.
When I ran my App clicked right button I could not see Edit with the specified access key. (I meen "E" with underline)

Can anybody help me?

8 Replies

MU Murugan Syncfusion Team March 21, 2007 08:03 PM UTC

Hi Alexey,

The ShortCutKey not shown issue could be resolved using ShowMnemonicUnderlinesAlways property of Baritem Object. Set ShowMnemonicUnderlinesAlways = true to enable underlines for barItems.

Code snippet :

this.parentBarItem1.ShowMnemonicUnderlinesAlways = true;
this.BarItem1.ShowMnemonicUnderlinesAlways = true;

Please refer to the above code snippet and let me know if it helps.

Thank you for using Syncfusion products.

Regards,
Murugan P.S


AD Administrator Syncfusion Team March 22, 2007 02:22 PM UTC

Hi Murugan,

Unfortunately I don't see such properties.The following is all propeties which I have found beginning with letter 'S:

this.parentBarItem1.SeparatorIndices;
this.parentBarItem1.Shortcut;
this.parentBarItem1.ShortcutText;
this.parentBarItem1.Site;
this.parentBarItem1.Style;

Methodes:
this.parentBarItem1.ShouldDrawVisible;
this.parentBarItem1.ShouldSerializeShortcutText;

Events:
this.parentBarItem1.Selected

That's all!

Best Regards,
Alexey


MU Murugan Syncfusion Team March 22, 2007 05:43 PM UTC

Hi Alexey,

Could you please let me know the Essential Studio version that you are using? This will help us to check that the coresponding property is available or not in the particular version.

Thanks for your patience.

Regards,
Murugan P.S


AD Administrator Syncfusion Team March 23, 2007 09:36 AM UTC

Essential Studio 3.3.0.0

Best Regards,
Alexey


AL AlexeyG March 27, 2007 06:24 AM UTC

The problem still exists!!!
Can anybody help me?


GR Golda Rebecal Syncfusion Team March 28, 2007 11:39 AM UTC

Hi Alexey,

The ShowMnemonicUnderlinesAlways property has been added to the BarItem only in version 4.x. Could you please consider upgrading to the latest version? If so, you can download it from the following location:

http://www2.syncfusion.com/Installs/v4.4.0.51/SyncfusionEssentialStudioSetup.exe

Unlock Key : Please contact our sales team ( salessupport@syncfusion.com )

Thanks for your interest in Syncfusion products.

Best Regards,
Golda


AL AlexeyG March 29, 2007 02:29 PM UTC

Our company bought Essential Studio 3.3.0.0. As I understand we could not get version v4.4.0.51 for free. We wouldn’t like to pay extra many for getting ShowMnemonicUnderlinesAlways property. Can you fix the problem in version 3.3.0.0?


GR Golda Rebecal Syncfusion Team April 2, 2007 02:07 PM UTC

Hi Alexey,

Could you please create a Direct-Trac incident with the subject line "Access keys in PopupMenu is not shown - F58270" so that we could provide more details regarding the fix?

Thanks for your interest in Syncfusion products.

Best Regards,
Golda

Loader.
Live Chat Icon For mobile
Up arrow icon