Skip to content

Commit 2335dde

Browse files
authored
Update titlebar-on-form.md
1 parent 33ca44e commit 2335dde

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

knowledge-base/titlebar-on-form.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: how-to
55
page_title: How to use RadTitleBar on a standard MS Form/RadForm
66
slug: titlebar-on-form
77
position: 0
8-
tags: titlebar, forms, minimize, maximize, winforms
8+
tags: formsanddialogs,titlebar, forms, minimize, maximize, winforms
99
res_type: kb
1010
---
1111

@@ -17,7 +17,7 @@ res_type: kb
1717

1818
## Description
1919

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 buttons 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 buttons 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 it to be fully customized.
2121

2222
## Solution
2323

@@ -27,6 +27,7 @@ A full code snippet is illustrated below. You can use the following approach for
2727

2828

2929
````C#
30+
3031
public partial class Form1 : Form
3132
{
3233
public Form1()
@@ -69,6 +70,7 @@ public partial class Form1 : Form
6970

7071
````
7172
````VB.NET
73+
7274
Public Partial Class Form1
7375
Inherits Form
7476

0 commit comments

Comments
 (0)