How to add a search box to the radform title bar?

1 Answer 31 Views
Form TitleBar
vance chiang
Top achievements
Rank 1
vance chiang asked on 25 Mar 2025, 06:17 AM

Hi 

I am designing a WinForm App using UI for WinForms (ver. 2025 Q1). Is there any solution to add a search box to the radform title bar? It looks like the search box at th top of Microsoft Outlook 365 application.

1 Answer, 1 is accepted

Sort by
0
Accepted
Nadya | Tech Support Engineer
Telerik team
answered on 25 Mar 2025, 02:47 PM

Hello, vance chiang,

The standart RadForm does not have out of the box solution to add a search box in the title bar. If you need to have a search text box in the title bar of a form, then I would recommend you to refer to RadToolbarForm. RadToolbarForm is specially created to allow the users add items in the non-client area of the window which is crucial for some applications.

RadToolbarForm offers RadToolbarFormTextBoxElement, which you can directly add to the title bar of the form. The following article shows how to add elements at design time: Design Time - WinForms ToolbarForm - Telerik UI for WinForms

If you want, you can add the necessary elements programmatically as well: Adding Items Programmatically - WinForms ToolbarForm - Telerik UI for WinForms

Can you give the RadToolbarForm a try and let me know if it meets your requirements.

I hope this information is useful. Please let me know if I can assist you further.

Regards,
Nadya | Tech Support Engineer
Progress Telerik

Enjoyed our products? Share your experience on G2 and receive a $25 Amazon gift card for a limited time!

vance chiang
Top achievements
Rank 1
commented on 26 Mar 2025, 08:22 AM

Dear Nadya

Thanks for your suggestion. The ToolBarForm is a perfect solution for me. I could add a search textbox at the position of the title caption.

Regards,

Vance

Tags
Form TitleBar
Asked by
vance chiang
Top achievements
Rank 1
Answers by
Nadya | Tech Support Engineer
Telerik team
Share this question
or