Skip to content

Commit 65d02a6

Browse files
authored
Merge pull request #705 from telerik/dkrastev/m-Update-All_GettingStarted
AIPrompt- Update GT
2 parents 9dbf11f + 2826eee commit 65d02a6

File tree

113 files changed

+2677
-185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+2677
-185
lines changed

controls/aiprompt/getting-started.md

+21
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,27 @@ This article shows how you can start using RadAIPrompt. The following result wil
1616

1717
>note The design may vary according to the applied theme to the application.
1818
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+
1940
Follow the steps:
2041

2142
1\. Go ahead and add a __RadAIPrompt__ from the Visual Studio Toolbox.

controls/barcodeview/getting-started.md

+23
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,29 @@ position: 2
1010

1111
# Getting Started with WinForms BarcodeView
1212

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+
1336
1. To start using **RadBarcodeView** just drag it from the toolbox and drop it at the form.
1437

1538
![WinForms RadBarcodeView Design Time](images/barcode-getting-started001.png)

controls/bindingnavigator/getting-started.md

+21
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,27 @@ previous_url: bindingnavigator-overview-gettingstarted
1313

1414
The following tutorial will demonstrate how to get __RadBindingNavigator__ up and running:
1515

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+
1637
1\.Place __RadBindingNaviagator__ control and BindingSource component on a form.
1738

1839
2\. Setup the `DataSource` property of the `BindingSource` and the `BindingSource` property of __RadBindingNaviagator__.

controls/breadcrumb/getting-started.md

+21
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,27 @@ position: 2
1212

1313
This tutorial will walk you through the creation of **RadBreadCrumb** in your project and associating it with **RadTreeView**. Follow the steps:
1414

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+
1536
1. Add a **RadBreadCrumb** and a **RadTreeView** to the form.
1637
2. [Data bind]({%slug winforms/treeview/data-binding/binding-to-database-data%}) the **RadTreeView** control.
1738
3. Set the RadBreadCrumb.**DefaultTreeView** property to the tree view control on the form.

controls/buttons/button/getting-started.md

+25-2
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,39 @@ position: 4
1010

1111
# Getting Started with WinForms Button
1212

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+
1336
You can add __RadButton__ either at design time or at run time:
1437

15-
## Design Time
38+
### Design Time
1639

1740
1. To add a __RadButton__ to your form, drag a __RadButton__ from the toolbox onto the surface of the form designer.
1841
2. In the *Properties* section in Visual Studio change the __Text__ property of __RadButton__.
1942
3. Double click the button to generate the __Click__ event handler. Add the desired code to perform the required action.
2043
4. Click `F5` to start the application.
2144

22-
## Run Time
45+
### Run Time
2346

2447
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:
2548

controls/buttons/checkbox/getting-started.md

+26-8
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,39 @@ position: 3
1010

1111
# Getting Started with WinForms CheckBox
1212

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+
1336
You can add __RadCheckBox__ either at design time or at run time:
1437

15-
## Design Time
38+
### Design Time
1639

1740
1. To add a __RadCheckBox__ to your form, drag a __RadCheckBox__ from the toolbox onto the surface of the form designer.
1841
2. In the *Properties* section of Visual Studio you can change the displayed text next to the check-box by setting the __Text__ property.
1942
3. Double click the check-box in the designer in order to generate the __ToggleStateChanged__ event.
2043
4. Click `F5` to start the application.
2144

22-
## Run Time
45+
### Run Time
2346

2447
To programmatically add a __RadCheckBox__ to a form, create a new instance of a __RadCheckBox__, and add it to the form __Controls__ collection.
2548

@@ -50,15 +73,10 @@ End Sub
5073

5174
{{endregion}}
5275

53-
# See Also
76+
## See Also
5477

5578
* [How to Change the CheckBox's Size]({%slug change-checkbox-size%})
5679

57-
58-
59-
60-
61-
6280
## Telerik UI for WinForms Learning Resources
6381
* [Telerik UI for WinForms CheckBox Component](https://www.telerik.com/products/winforms/buttons.aspx)
6482
* [Getting Started with Telerik UI for WinForms Components](https://docs.telerik.com/devtools/winforms/getting-started/first-steps)

controls/buttons/dropdownbutton/getting-started.md

+27-9
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,38 @@ position: 3
1010

1111
# Getting Started with WinForms DropDownButton
1212

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+
1336
You can add __RadDropDownButton__ either at design time or at run time:
1437

15-
## Design Time
38+
### Design Time
1639

1740
1. To add a __RadDropDownButton__ to your form, drag a __RadDropDownButton__ from the toolbox onto the surface of the form designer.
1841
2. Like a standard button, you can control the displayed text by setting the __Text__ property.
1942
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.
2043

21-
## Run Time
44+
### Run Time
2245

2346
To programmatically add a __RadDropDownButton__ to a form, create a new instance of a __RadDropDownButton__, and add it to the form __Controls__ collection.
2447

@@ -109,7 +132,7 @@ End Namespace
109132
{{endregion}}
110133

111134

112-
## Displaying Images with Items
135+
### Displaying Images with Items
113136

114137
You can display images and text on your menu items.
115138

@@ -119,16 +142,11 @@ To add an image to your menu item, click in the __Image__ property of the __RadM
119142

120143
![WinForms RadButtons buttons-dropdownbutton-working-with-raddropdownbutton-items 004](images/buttons-dropdownbutton-working-with-raddropdownbutton-items004.png)
121144

122-
## Using the Click Event
145+
### Using the Click Event
123146

124147
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.
125148

126149

127-
128-
129-
130-
131-
132150
## Telerik UI for WinForms Learning Resources
133151
* [Telerik UI for WinForms DropDownButton Component](https://www.telerik.com/products/winforms/buttons.aspx)
134152
* [Getting Started with Telerik UI for WinForms Components](https://docs.telerik.com/devtools/winforms/getting-started/first-steps)

controls/buttons/radiobutton/getting-started.md

+25-2
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,38 @@ previous_url: buttons-radiobutton-getting-started
1111

1212
# Getting Started with WinForms RadioButton
1313

14+
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+
1437
You can add __RadRadioButton__ either at design time or at run time:
1538

16-
## Design Time
39+
### Design Time
1740

1841
1. To add a __RadRadioButton__ to your form, drag a __RadRadioButton__ from the toolbox onto the surface of the form designer.
1942
2. Like a standard button, you can control the displayed text by setting the __Text__ property.
2043
3. Double click the __RadRadioButton__ at design time to generate the __ToggleStateChanged__ event.
2144

22-
## Run Time
45+
### Run Time
2346

2447
To programmatically add a __RadRadioButton__ to a form, create a new instance of a __RadRadioButton__, and add it to the form __Controls__ collection.
2548

controls/buttons/repeatbutton/working-with-radrepeatbutton.md

+26-3
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,39 @@ previous_url: buttons-repeatbutton-working-with-radrepeatbutton
1111

1212
# Getting Started with WinForms RepeatButton
1313

14+
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+
1437
You can add __RadRepeatButton__ either at design time or at run time:
1538

16-
## Design Time
39+
### Design Time
1740

1841
1. To add a __RadRepeatButton__ to your form, drag a __RadRepeatButton__ from the toolbox onto the surface of the form designer.
1942
2. In the *Properties* section in Visual Studio you can change the __Text__ property.
2043
3. Double click the __RadRepeatButton__ at design time in order to generate the __Click__ event handler.
2144
4. Click `F5` to start the application.
2245

23-
## Run Time
46+
### Run Time
2447

2548
To programmatically add a __RadRepeatButton__ to a form, create a new instance of a __RadRepeatButton__, and add it to the form __Controls__ collection.
2649

@@ -44,7 +67,7 @@ Me.Controls.Add(repeatButton)
4467

4568
{{endregion}}
4669

47-
# Working with RadRepeatButton
70+
### Working with RadRepeatButton
4871

4972
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.
5073

0 commit comments

Comments
 (0)