Skip to content

Commit 166332b

Browse files
authored
Update titlebar-on-form.md
1 parent 489884d commit 166332b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

knowledge-base/titlebar-on-form.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to use RadTitleBar on a standard MS Form/RadForm
3-
description: This article demonstrates how to use RadTitle on standart MS Form/RadForm.
3+
description: This article demonstrates how to use RadTitle on a standard MS Form/RadForm.
44
type: how-to
55
page_title: How to use RadTitleBar on a standard MS Form/RadForm
66
slug: titlebar-on-form
@@ -17,11 +17,11 @@ res_type: kb
1717

1818
## Description
1919

20-
The standart Form as well as RadForm, do provide their own title bar integrated in the form. However, a common requirement is to want to customize the bottons on the form, or change their behavior, etc. Here comes [RadTitleBar](https://docs.telerik.com/devtools/winforms/controls/forms-and-dialogs/radtitlebar/radtitlebar) that allows to be fully customized.
20+
The standard Form as well as RadForm do provide their own title bar integrated in the form. However, a common requirement is to want to customize the bottons on the form, or change their behavior, etc. Here comes [RadTitleBar](https://docs.telerik.com/devtools/winforms/controls/forms-and-dialogs/radtitlebar/radtitlebar) that allows to be fully customized.
2121

2222
## Solution
2323

24-
To use RadTitleBar on a standart Form or RadForm, and achieve the same behavior when minimizing/maximizing the form you need to override the `WndProc()` as shown below:
24+
To use RadTitleBar on a standard Form or RadForm, and achieve the same behavior when minimizing/maximizing the form, you need to override the `WndProc()` as shown below:
2525

2626
A full code snippet is illustrated below. You can use the following approach for either [MS Form](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.form?view=windowsdesktop-9.0) or [RadForm](https://docs.telerik.com/devtools/winforms/controls/forms-and-dialogs/form/form).
2727

0 commit comments

Comments
 (0)