You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/aiprompt/getting-started.md
+21
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,27 @@ This article shows how you can start using RadAIPrompt. The following result wil
16
16
17
17
>note The design may vary according to the applied theme to the application.
18
18
19
+
## Adding Telerik Assemblies Using NuGet
20
+
21
+
To use `RadAIPrompt` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
22
+
23
+
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
24
+
25
+
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).
26
+
27
+
## Adding Assembly References Manually
28
+
29
+
When dragging and dropping a control from the Visual Studio (VS) Toolbox onto the Form Designer, VS automatically adds the necessary assemblies. However, if you're adding the control programmatically, you'll need to manually reference the following assemblies:
30
+
31
+
*__Telerik.Licensing.Runtime__
32
+
*__Telerik.WinControls__
33
+
*__Telerik.WinControls.UI__
34
+
*__TelerikCommon__
35
+
36
+
The Telerik UI for WinForms assemblies can be install by using one of the available [installation approaches]({%slug winforms/installation-deployment-and-distribution/installing-on-your-computer%}).
37
+
38
+
## Defining the RadAIPrompt
39
+
19
40
Follow the steps:
20
41
21
42
1\. Go ahead and add a __RadAIPrompt__ from the Visual Studio Toolbox.
Copy file name to clipboardExpand all lines: controls/barcodeview/getting-started.md
+23
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,29 @@ position: 2
10
10
11
11
# Getting Started with WinForms BarcodeView
12
12
13
+
This article shows how you can start using RadBarcodeView.
14
+
15
+
## Adding Telerik Assemblies Using NuGet
16
+
17
+
To use `RadBarcodeView` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
18
+
19
+
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
20
+
21
+
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).
22
+
23
+
## Adding Assembly References Manually
24
+
25
+
When dragging and dropping a control from the Visual Studio (VS) Toolbox onto the Form Designer, VS automatically adds the necessary assemblies. However, if you're adding the control programmatically, you'll need to manually reference the following assemblies:
26
+
27
+
*__Telerik.Licensing.Runtime__
28
+
*__Telerik.WinControls__
29
+
*__Telerik.WinControls.UI__
30
+
*__TelerikCommon__
31
+
32
+
The Telerik UI for WinForms assemblies can be install by using one of the available [installation approaches]({%slug winforms/installation-deployment-and-distribution/installing-on-your-computer%}).
33
+
34
+
## Defining the RadBarcodeView
35
+
13
36
1. To start using **RadBarcodeView** just drag it from the toolbox and drop it at the form.
The following tutorial will demonstrate how to get __RadBindingNavigator__ up and running:
15
15
16
+
## Adding Telerik Assemblies Using NuGet
17
+
18
+
To use `RadBindingNavigator` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
19
+
20
+
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
21
+
22
+
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).
23
+
24
+
## Adding Assembly References Manually
25
+
26
+
When dragging and dropping a control from the Visual Studio (VS) Toolbox onto the Form Designer, VS automatically adds the necessary assemblies. However, if you're adding the control programmatically, you'll need to manually reference the following assemblies:
27
+
28
+
*__Telerik.Licensing.Runtime__
29
+
*__Telerik.WinControls__
30
+
*__Telerik.WinControls.UI__
31
+
*__TelerikCommon__
32
+
33
+
The Telerik UI for WinForms assemblies can be install by using one of the available [installation approaches]({%slug winforms/installation-deployment-and-distribution/installing-on-your-computer%}).
34
+
35
+
## Defining the RadBindingNaviagator
36
+
16
37
1\.Place __RadBindingNaviagator__ control and BindingSource component on a form.
17
38
18
39
2\. Setup the `DataSource` property of the `BindingSource` and the `BindingSource` property of __RadBindingNaviagator__.
Copy file name to clipboardExpand all lines: controls/breadcrumb/getting-started.md
+21
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,27 @@ position: 2
12
12
13
13
This tutorial will walk you through the creation of **RadBreadCrumb** in your project and associating it with **RadTreeView**. Follow the steps:
14
14
15
+
## Adding Telerik Assemblies Using NuGet
16
+
17
+
To use `RadBreadCrumb` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
18
+
19
+
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
20
+
21
+
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).
22
+
23
+
## Adding Assembly References Manually
24
+
25
+
When dragging and dropping a control from the Visual Studio (VS) Toolbox onto the Form Designer, VS automatically adds the necessary assemblies. However, if you're adding the control programmatically, you'll need to manually reference the following assemblies:
26
+
27
+
*__Telerik.Licensing.Runtime__
28
+
*__Telerik.WinControls__
29
+
*__Telerik.WinControls.UI__
30
+
*__TelerikCommon__
31
+
32
+
The Telerik UI for WinForms assemblies can be install by using one of the available [installation approaches]({%slug winforms/installation-deployment-and-distribution/installing-on-your-computer%}).
33
+
34
+
## Defining the RadBreadCrumb
35
+
15
36
1. Add a **RadBreadCrumb** and a **RadTreeView** to the form.
16
37
2.[Data bind]({%slug winforms/treeview/data-binding/binding-to-database-data%}) the **RadTreeView** control.
17
38
3. Set the RadBreadCrumb.**DefaultTreeView** property to the tree view control on the form.
Copy file name to clipboardExpand all lines: controls/buttons/button/getting-started.md
+25-2
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,39 @@ position: 4
10
10
11
11
# Getting Started with WinForms Button
12
12
13
+
This article shows how you can start using `RadButton`.
14
+
15
+
## Adding Telerik Assemblies Using NuGet
16
+
17
+
To use `RadButton` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
18
+
19
+
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
20
+
21
+
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).
22
+
23
+
## Adding Assembly References Manually
24
+
25
+
When dragging and dropping a control from the Visual Studio (VS) Toolbox onto the Form Designer, VS automatically adds the necessary assemblies. However, if you're adding the control programmatically, you'll need to manually reference the following assemblies:
26
+
27
+
*__Telerik.Licensing.Runtime__
28
+
*__Telerik.WinControls__
29
+
*__Telerik.WinControls.UI__
30
+
*__TelerikCommon__
31
+
32
+
The Telerik UI for WinForms assemblies can be install by using one of the available [installation approaches]({%slug winforms/installation-deployment-and-distribution/installing-on-your-computer%}).
33
+
34
+
## Defining the __RadButton__
35
+
13
36
You can add __RadButton__ either at design time or at run time:
14
37
15
-
## Design Time
38
+
###Design Time
16
39
17
40
1. To add a __RadButton__ to your form, drag a __RadButton__ from the toolbox onto the surface of the form designer.
18
41
2. In the *Properties* section in Visual Studio change the __Text__ property of __RadButton__.
19
42
3. Double click the button to generate the __Click__ event handler. Add the desired code to perform the required action.
20
43
4. Click `F5` to start the application.
21
44
22
-
## Run Time
45
+
###Run Time
23
46
24
47
To programmatically add a __RadButton__ to a form, create a new instance of a __RadButton__, and add it to the form __Controls__ collection. Subscribe to its __Click__ event in order to perform the required action, e.g. showing a message box:
Copy file name to clipboardExpand all lines: controls/buttons/checkbox/getting-started.md
+26-8
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,39 @@ position: 3
10
10
11
11
# Getting Started with WinForms CheckBox
12
12
13
+
This article shows how you can start using `RadCheckBox`.
14
+
15
+
## Adding Telerik Assemblies Using NuGet
16
+
17
+
To use `RadCheckBox` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
18
+
19
+
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
20
+
21
+
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).
22
+
23
+
## Adding Assembly References Manually
24
+
25
+
When dragging and dropping a control from the Visual Studio (VS) Toolbox onto the Form Designer, VS automatically adds the necessary assemblies. However, if you're adding the control programmatically, you'll need to manually reference the following assemblies:
26
+
27
+
*__Telerik.Licensing.Runtime__
28
+
*__Telerik.WinControls__
29
+
*__Telerik.WinControls.UI__
30
+
*__TelerikCommon__
31
+
32
+
The Telerik UI for WinForms assemblies can be install by using one of the available [installation approaches]({%slug winforms/installation-deployment-and-distribution/installing-on-your-computer%}).
33
+
34
+
## Defining the RadCheckBox
35
+
13
36
You can add __RadCheckBox__ either at design time or at run time:
14
37
15
-
## Design Time
38
+
###Design Time
16
39
17
40
1. To add a __RadCheckBox__ to your form, drag a __RadCheckBox__ from the toolbox onto the surface of the form designer.
18
41
2. In the *Properties* section of Visual Studio you can change the displayed text next to the check-box by setting the __Text__ property.
19
42
3. Double click the check-box in the designer in order to generate the __ToggleStateChanged__ event.
20
43
4. Click `F5` to start the application.
21
44
22
-
## Run Time
45
+
###Run Time
23
46
24
47
To programmatically add a __RadCheckBox__ to a form, create a new instance of a __RadCheckBox__, and add it to the form __Controls__ collection.
25
48
@@ -50,15 +73,10 @@ End Sub
50
73
51
74
{{endregion}}
52
75
53
-
# See Also
76
+
##See Also
54
77
55
78
*[How to Change the CheckBox's Size]({%slug change-checkbox-size%})
56
79
57
-
58
-
59
-
60
-
61
-
62
80
## Telerik UI for WinForms Learning Resources
63
81
*[Telerik UI for WinForms CheckBox Component](https://www.telerik.com/products/winforms/buttons.aspx)
64
82
*[Getting Started with Telerik UI for WinForms Components](https://docs.telerik.com/devtools/winforms/getting-started/first-steps)
Copy file name to clipboardExpand all lines: controls/buttons/dropdownbutton/getting-started.md
+27-9
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,38 @@ position: 3
10
10
11
11
# Getting Started with WinForms DropDownButton
12
12
13
+
This article shows how you can start using `RadDropDownButton`.
14
+
15
+
## Adding Telerik Assemblies Using NuGet
16
+
17
+
To use `RadDropDownButton` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
18
+
19
+
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
20
+
21
+
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).
22
+
23
+
## Adding Assembly References Manually
24
+
25
+
When dragging and dropping a control from the Visual Studio (VS) Toolbox onto the Form Designer, VS automatically adds the necessary assemblies. However, if you're adding the control programmatically, you'll need to manually reference the following assemblies:
26
+
27
+
*__Telerik.Licensing.Runtime__
28
+
*__Telerik.WinControls__
29
+
*__Telerik.WinControls.UI__
30
+
*__TelerikCommon__
31
+
32
+
The Telerik UI for WinForms assemblies can be install by using one of the available [installation approaches]({%slug winforms/installation-deployment-and-distribution/installing-on-your-computer%}).
33
+
34
+
## Defining the RadDropDownButton
35
+
13
36
You can add __RadDropDownButton__ either at design time or at run time:
14
37
15
-
## Design Time
38
+
###Design Time
16
39
17
40
1. To add a __RadDropDownButton__ to your form, drag a __RadDropDownButton__ from the toolbox onto the surface of the form designer.
18
41
2. Like a standard button, you can control the displayed text by setting the __Text__ property.
19
42
3. Unlike a standard button, __RadDropDownButton__ displays drop-down items when clicked. So handling the __Click__ event of this button is not appropriate. Instead, work directly with the events for each item.
20
43
21
-
## Run Time
44
+
###Run Time
22
45
23
46
To programmatically add a __RadDropDownButton__ to a form, create a new instance of a __RadDropDownButton__, and add it to the form __Controls__ collection.
24
47
@@ -109,7 +132,7 @@ End Namespace
109
132
{{endregion}}
110
133
111
134
112
-
## Displaying Images with Items
135
+
###Displaying Images with Items
113
136
114
137
You can display images and text on your menu items.
115
138
@@ -119,16 +142,11 @@ To add an image to your menu item, click in the __Image__ property of the __RadM
To handle the __Click__ event of individual RadMenuItems on the drop down menu at Design Time, locate the __RadMenuItem__ in the drop down list in the __Properties__ window of the Windows Form designer. Click the events button, then double-click the __Click__ event to generate an event handler. Then fill in your event-handling code.
125
148
126
149
127
-
128
-
129
-
130
-
131
-
132
150
## Telerik UI for WinForms Learning Resources
133
151
*[Telerik UI for WinForms DropDownButton Component](https://www.telerik.com/products/winforms/buttons.aspx)
134
152
*[Getting Started with Telerik UI for WinForms Components](https://docs.telerik.com/devtools/winforms/getting-started/first-steps)
This article shows how you can start using `RadRadioButton`.
15
+
16
+
## Adding Telerik Assemblies Using NuGet
17
+
18
+
To use `RadRadioButton` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
19
+
20
+
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
21
+
22
+
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).
23
+
24
+
## Adding Assembly References Manually
25
+
26
+
When dragging and dropping a control from the Visual Studio (VS) Toolbox onto the Form Designer, VS automatically adds the necessary assemblies. However, if you're adding the control programmatically, you'll need to manually reference the following assemblies:
27
+
28
+
*__Telerik.Licensing.Runtime__
29
+
*__Telerik.WinControls__
30
+
*__Telerik.WinControls.UI__
31
+
*__TelerikCommon__
32
+
33
+
The Telerik UI for WinForms assemblies can be install by using one of the available [installation approaches]({%slug winforms/installation-deployment-and-distribution/installing-on-your-computer%}).
34
+
35
+
## Defining the RadRadioButton
36
+
14
37
You can add __RadRadioButton__ either at design time or at run time:
15
38
16
-
## Design Time
39
+
###Design Time
17
40
18
41
1. To add a __RadRadioButton__ to your form, drag a __RadRadioButton__ from the toolbox onto the surface of the form designer.
19
42
2. Like a standard button, you can control the displayed text by setting the __Text__ property.
20
43
3. Double click the __RadRadioButton__ at design time to generate the __ToggleStateChanged__ event.
21
44
22
-
## Run Time
45
+
###Run Time
23
46
24
47
To programmatically add a __RadRadioButton__ to a form, create a new instance of a __RadRadioButton__, and add it to the form __Controls__ collection.
This article shows how you can start using `RadRepeatButton`.
15
+
16
+
## Adding Telerik Assemblies Using NuGet
17
+
18
+
To use `RadRepeatButton` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}).
19
+
20
+
Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article.
21
+
22
+
>tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).
23
+
24
+
## Adding Assembly References Manually
25
+
26
+
When dragging and dropping a control from the Visual Studio (VS) Toolbox onto the Form Designer, VS automatically adds the necessary assemblies. However, if you're adding the control programmatically, you'll need to manually reference the following assemblies:
27
+
28
+
*__Telerik.Licensing.Runtime__
29
+
*__Telerik.WinControls__
30
+
*__Telerik.WinControls.UI__
31
+
*__TelerikCommon__
32
+
33
+
The Telerik UI for WinForms assemblies can be install by using one of the available [installation approaches]({%slug winforms/installation-deployment-and-distribution/installing-on-your-computer%}).
34
+
35
+
## Defining the RadRepeatButton
36
+
14
37
You can add __RadRepeatButton__ either at design time or at run time:
15
38
16
-
## Design Time
39
+
###Design Time
17
40
18
41
1. To add a __RadRepeatButton__ to your form, drag a __RadRepeatButton__ from the toolbox onto the surface of the form designer.
19
42
2. In the *Properties* section in Visual Studio you can change the __Text__ property.
20
43
3. Double click the __RadRepeatButton__ at design time in order to generate the __Click__ event handler.
21
44
4. Click `F5` to start the application.
22
45
23
-
## Run Time
46
+
###Run Time
24
47
25
48
To programmatically add a __RadRepeatButton__ to a form, create a new instance of a __RadRepeatButton__, and add it to the form __Controls__ collection.
26
49
@@ -44,7 +67,7 @@ Me.Controls.Add(repeatButton)
44
67
45
68
{{endregion}}
46
69
47
-
# Working with RadRepeatButton
70
+
###Working with RadRepeatButton
48
71
49
72
In addition to the standard properties shared by all buttons, notice a new property named __Interval__. This property determines the time, in milliseconds, between button click events after the control begins repeating events. The default value is 33.
0 commit comments