This is a migrated thread and some comments may be shown as answers.

Hide Home Buttons, Logo

5 Answers 137 Views
VirtualKeyboard
This is a migrated thread and some comments may be shown as answers.
lehrbua
Top achievements
Rank 2
lehrbua asked on 22 Jul 2020, 12:50 PM

Hello,

is there a way to hide or replace the telerik logo on VirtualKeyboardForm?

Also how to hide the Home and Arrow Buttons to get a real simplified Layout ?

Thanks in advance.

5 Answers, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 22 Jul 2020, 01:06 PM

Hello, Erwin, 

I would like to note that the RadVirtualKeyboardForm.KeyboardForm is a derivative of RadForm. Hence, in order to hide its icon, you can simply set the ShowIcon property false. Alternatively, you can set the KeyboardForm.Icon to the desired icon:

this.radVirtualKeyboardForm1.KeyboardForm.ShowIcon = false;

OR

this.radVirtualKeyboardForm1.KeyboardForm.Icon = Properties.Resources.WinFormsIcon;

As to the layout of the keyboard, I would like to note that there are several predefined layouts that may be suitable for your scenario. RadVirtualKeyboard also arranges its keys in logical layouts which control the specific position for each key. This allows you to customize the layout in a desired manner. Additional information is available in the following help article: https://docs.telerik.com/devtools/winforms/controls/virtual-keyboard/default-layouts 

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

0
lehrbua
Top achievements
Rank 2
answered on 28 Jul 2020, 07:41 PM

Thanks for your fast reply.

About the predifined Layouts, they dont appear like in the docs.
I need them to look like in the docs, but in the designer thy look different.
Why is that?

 

 

 

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 29 Jul 2020, 10:39 AM

Hello, Erwin,

This is a known issue with RadVirtualKeyboard in the latest version. You can track its progress, subscribe for status changes and add your comments on the following link: https://feedback.telerik.com/winforms/1478050-radvirtualkeyboard-recent-telerik-update-changed-simplified-layout-of-virtual-keyboard 

Feel free to use the suggested approach for hiding the redundant virtual keyboard layout from the keyboard. 

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

0
lehrbua
Top achievements
Rank 2
answered on 03 Aug 2020, 08:17 AM
Hello,

thanks for the link.
Do you have any idea how i can get the Numpad View with Numbers? This is not covered in this answer.
Thanks.
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 04 Aug 2020, 02:13 PM

Hello, Erwin,

Setting the KeyboardForm.VirtualKeyboard.LayoutType property to KeyboardLayoutType.Numpad produces the following result on my end:

Are you obtaining a different result on your end?

If you have any specific setup, it would be greatly appreciated if you can provide more details about it in order to test it in my sample project. Thus, we would get better understanding of the precise case and provide further assistance. 

Thank you in advance for your cooperation.

I am looking forward to your reply.

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Tags
VirtualKeyboard
Asked by
lehrbua
Top achievements
Rank 2
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
lehrbua
Top achievements
Rank 2
Share this question
or