Can I set the selected tab with code? #25
Answered
by
harborsiem
rulai-yinqiang
asked this question in
Q&A
-
If I have 2 tabs in Ribbon, can I set the 2nd tab as the default selected tab in form_load ? |
Beta Was this translation helpful? Give feedback.
Answered by
harborsiem
May 8, 2024
Replies: 3 comments
-
Nothing found if this is possible. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have done some tests with Keytips on the tabs. In form shown event I do a key simulation with native function SendInput. This will set 2nd tab as default. See project: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rulai-yinqiang
-
That's really a good idea! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have done some tests with Keytips on the tabs. In form shown event I do a key simulation with native function SendInput. This will set 2nd tab as default. See project:
TestRibbonKeytip.zip