Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Ribbonbar > Key Alt

Not answered Key Alt

Feed from this thread
  • Andrés David Santacoloma Isaza avatar

    Posted on Sep 21, 2010 (permalink)

    Hello:
    When I press the key "Alt", appear a little numbers on everyone tabs of my RadRibbonBar, but:

    -When I press the respective numbres in the numeric pad, it doesn't responds.

    -When I press newly the key "Alt", it doesn't lost the focus.

    -I want change this numbers to letters.

    Please answer this three questions.
    Thanks

    Reply

  • Bruce Cooley avatar

    Posted on Sep 21, 2010 (permalink)

    To change the numbers to text, you can use the KeyTip property to set the shortcut.  Not sure about the numeric pad or the focus issues.  

    Reply

  • Nikolay Nikolay admin's avatar

    Posted on Sep 27, 2010 (permalink)

    Hello guys,

    Indeed, in order to change the numbers to letters, you should set the KeyTip property of the elements in RadRibbonBar.

    As to the focus and numpad issues, I confirm them. They will be addressed in one of our next releases. I cannot provide you with a workaround for the time being. Andreas, Your Telerik points have been updated for the feedback.

    Best wishes,
    Nikolay
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

  • AJing avatar

    Posted on Oct 31, 2011 (permalink)

    Hi Nikolay :

    • How to cancel RadRibbonBar in the KeyTip Menu functions? We do not need this feature. Click the Alt key twice because the system will jump to a form, then the form appears confused situation.

           In other words,how to cancle Alt key function in RadRibbonBar ?

     

    Greetings
    Look forward to your reply
    Ajing

    Reply

  • Nikolay Nikolay admin's avatar

    Posted on Nov 1, 2011 (permalink)

    Hello Ajing,

    In order to disable the key tip functionality of RadRibbonBar, you have to set the EnableKeyMap property to false:

    this.radRibbonBar1.EnableKeyMap = false;

    I hope this helps.

    Regards,
    Nikolay
    the Telerik team

    Q2’11 SP1 of RadControls for WinForms is available for download (see what's new); also available is the Q3'11 Roadmap for Telerik Windows Forms controls.

    Reply

  • AJing avatar

    Posted on Nov 2, 2011 (permalink)

    Hi Nikolay :

           It is very useful! TKS!

    Greetings
    Ajing!

    Reply

  • AJing avatar

    Posted on Nov 2, 2011 (permalink)

    Hi Nikolay :

           It is very useful! TKS!

    Greetings
    Ajing!

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Ribbonbar > Key Alt