Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Syncfusion WinForms Documentation

This is the GitHub repository for the technical product documentation for Syncfusion WinForms components. This documentation is published to http://help.syncfusion.com/windowsforms

## Contributions Welcome!
This is the GitHub repository for the technical product documentation for Syncfusion WinForms components. This documentation is published to https://help.syncfusion.com/windowsforms

## Contributions Welcome!

We welcome the [pull request](https://docs.github.com/en/github/managing-files-in-a-repository/editing-files-in-another-users-repository) for improving the WinForms Components user guide documentation. Your contribution towards this will be greatly appreciated.
560 changes: 280 additions & 280 deletions WindowsForms/Calculation-Engine/Supported-Formulas/Supported-Formulas.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion WindowsForms/Calculation-Engine/Working-with-XlsIO.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ is integrated with Essential XlsIO, to calculate formulas entered at runtime wit
## Open a Workbook using XlsIO

To open a workbook using XIsIO, instantiate the [ExcelEngine](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.ExcelEngine.html) to initialize the application object for creating or manipulating Excel documents. To open an existing workbook,
use the [Open](https://help.syncfusion.com/cr/windowsforms/Syncfusion.XlsIO.IWorkbooks.html#Syncfusion_XlsIO_IWorkbooks_Open_System_IO_Stream_) methods of [IWorkbook](http://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IWorkbook.html) interface.
use the [Open](https://help.syncfusion.com/cr/windowsforms/Syncfusion.XlsIO.IWorkbooks.html#Syncfusion_XlsIO_IWorkbooks_Open_System_IO_Stream_) methods of [IWorkbook](https://help.syncfusion.com/cr/file-formats/Syncfusion.XlsIO.IWorkbook.html) interface.

{% tabs %}
{% highlight c# %}
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/CheckBox/Text-Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Me.checkBoxAdv1.WrapText = True

{% seealso %}

[Windows Forms CheckBox Alignment Settings](http://help.syncfusion.com/windowsforms/checkboxadv/alignment-settings)
[Windows Forms CheckBox Alignment Settings](https://help.syncfusion.com/windowsforms/checkboxadv/alignment-settings)

{% endseealso %}

8 changes: 4 additions & 4 deletions WindowsForms/Classic/Button/ButtonAdvAppearnce.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ LeftEnd - Left end image is used.<br/>
RightEnd - Right end image is used.</td></tr>
</table>

N> You can also specify your own image for the ButtonAdv using Image property and this will effect only when ButtonType is set to Normal. See [Image Settings](http://help.syncfusion.com/windowsforms/buttonadv/imagesettings) to know more.
N> You can also specify your own image for the ButtonAdv using Image property and this will effect only when ButtonType is set to Normal. See [Image Settings](https://help.syncfusion.com/windowsforms/buttonadv/imagesettings) to know more.

{% tabs %}
{% highlight c# %}
Expand Down Expand Up @@ -97,7 +97,7 @@ SunkenInner and<br/>
SunkenOuter</td></tr>
</table>

N> This setting will be effective only for Office2003, OfficeXP and WindowsXP styles set through ButtonAdv.Appearance property. See [Visual Styles](http://help.syncfusion.com/windowsforms/buttonadvappearnce#visual-styles).
N> This setting will be effective only for Office2003, OfficeXP and WindowsXP styles set through ButtonAdv.Appearance property. See [Visual Styles](https://help.syncfusion.com/windowsforms/buttonadvappearnce#visual-styles).

{% tabs %}
{% highlight c# %}
Expand All @@ -119,7 +119,7 @@ Me.buttonAdv13.BorderStyleAdv = Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Su

{% seealso %}

[Button Types](http://help.syncfusion.com/windowsforms/buttonadv/buttonadvappearnce#button-types)
[Button Types](https://help.syncfusion.com/windowsforms/buttonadv/buttonadvappearnce#button-types)

{% endseealso %}

Expand Down Expand Up @@ -190,7 +190,7 @@ Office2007Colors.ApplyManagedColors(this, Color.LightGreen)

{% seealso %}

[Button Types](#button-types), [Image Settings](http://help.syncfusion.com/windowsforms/buttonadv/imagesettings)
[Button Types](#button-types), [Image Settings](https://help.syncfusion.com/windowsforms/buttonadv/imagesettings)

{% endseealso %}

Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Classic/Button/ImageSettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ TextAboveImage.</td></tr>

![Overview_img73](Overview_images/Overview_img73.jpeg)

N> The Image settings will be effective only when [ButtonType](http://help.syncfusion.com/windowsforms/buttonadv/buttonadvappearnce#button-types) is set to Normal.
N> The Image settings will be effective only when [ButtonType](https://help.syncfusion.com/windowsforms/buttonadv/buttonadvappearnce#button-types) is set to Normal.

{% tabs %}
{% highlight c# %}
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Classic/ComboBox/ComboBoxAdv-Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Me.comboBoxAdv1.MaxLength = 32766

### Banner Text Support

You can set banner text for the ComboBoxAdv control. Refer to [BannerTextProvider Component](http://help.syncfusion.com/ug/windows%20forms/documents/bannertextsupport.htm) topic for more details.
You can set banner text for the ComboBoxAdv control. Refer to [BannerTextProvider Component](https://help.syncfusion.com/ug/windows%20forms/documents/bannertextsupport.htm) topic for more details.



Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Classic/Currency-Edit/Events.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ End Sub

## CalculatorShowing Event

This [CalculatorShowing](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.CurrencyEdit.html) event is raised before the calculator popup is displayed. The Cancel property of this [CancelEventArgs](https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.canceleventargs?redirectedfrom=MSDN&view=netframework-4.7.2) lets you to cancel the popup display as follows.
This [CalculatorShowing](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.CurrencyEdit.html) event is raised before the calculator popup is displayed. The Cancel property of this [CancelEventArgs](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.canceleventargs?redirectedfrom=MSDN&view=netframework-4.7.2) lets you to cancel the popup display as follows.

{% tabs %}
{% highlight c# %}
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Classic/DateTimePicker/Advanced-Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ This section deals with creating a custom popup window for the DateTimePickerAdv

### Creating a Custom Popup Window for DateTimePickerAdv

Follow the below steps to add a Windows [MonthCalendar](https://docs.microsoft.com/en-us/dotnet/framework/winforms/controls/monthcalendar-control-windows-forms) control as the Popup for the [DateTimePickerAdv](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.DateTimePickerAdv.html), using [PopupControlContainer](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.PopupControlContainer.html).
Follow the below steps to add a Windows [MonthCalendar](https://learn.microsoft.com/en-us/dotnet/framework/winforms/controls/monthcalendar-control-windows-forms) control as the Popup for the [DateTimePickerAdv](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.DateTimePickerAdv.html), using [PopupControlContainer](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.PopupControlContainer.html).

1. Drag a DateTimePickerAdv, PopupControlContainer and a button onto the form designer from the toolbox.

Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Classic/DateTimePicker/Appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Me.dateTimePickerAdv1.BackgroundColor = New Syncfusion.Drawing.BrushInfo(Syncfus

Background image for the DateTimePickerAdv is set using the below property.

* [BackgroundImage](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.control.backgroundimage?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Forms_Control_BackgroundImage)
* [BackgroundImageLayout](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.control.backgroundimagelayout?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Forms_Control_BackgroundImageLayout)
* [BackgroundImage](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.control.backgroundimage?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Forms_Control_BackgroundImage)
* [BackgroundImageLayout](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.control.backgroundimagelayout?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Forms_Control_BackgroundImageLayout)

{% tabs %}

Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Classic/DateTimePicker/Calendar-Value.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Me.dateTimePickerAdv1.MinValue = New System.DateTime(2007, 1, 1, 0, 0, 0, 0)

{% seealso %}

[Customizing the Calendar](http://help.syncfusion.com/windowsforms/calendar/customizing-the-calendar)
[Customizing the Calendar](https://help.syncfusion.com/windowsforms/calendar/customizing-the-calendar)

{% endseealso %}
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ Me.dateTimePickerAdv1.CalendarSizeToFit = False

{% seealso %}

[Calendar Value](http://help.syncfusion.com/windowsforms/calendar/calendar-value)
[Calendar Value](https://help.syncfusion.com/windowsforms/calendar/calendar-value)

{% endseealso %}
2 changes: 1 addition & 1 deletion WindowsForms/Classic/DateTimePicker/Runtime-Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ At run time, user can easily navigate between values in the text field like date

* [TabStop](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.DateTimePickerAdv.html#Syncfusion_Windows_Forms_Tools_DateTimePickerAdv_TabStop)
* [TabForwarding](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.DateTimePickerAdv.html#Syncfusion_Windows_Forms_Tools_DateTimePickerAdv_TabForwarding)
* [TabIndex](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.control.tabindex?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Forms_Control_TabIndex)
* [TabIndex](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.control.tabindex?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Forms_Control_TabIndex)
* [TabLeave](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.DateTimePickerAdv.html#Syncfusion_Windows_Forms_Tools_DateTimePickerAdv_TabLeave)

{% tabs %}
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Currency-TextBox/Event-Handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Returns the location of the invalid input within the invalid text.</td></tr>
</table>


It can be handled to raise an alarm to user when invalid text is entered by them. Refer Error Validation[.](http://help.syncfusion.com/windowsforms/tools)
It can be handled to raise an alarm to user when invalid text is entered by them. Refer Error Validation[.](https://help.syncfusion.com/windowsforms/tools)

## KeyDown Event

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# How to Add New Items to List in WinForms DomainUpDownExt

To add the new items which are entered by the user at runtime after the user had pressed the enter key, we need to catch the [KeyDown](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.control.keydown?redirectedfrom=MSDN&view=netframework-4.7.2) event.
To add the new items which are entered by the user at runtime after the user had pressed the enter key, we need to catch the [KeyDown](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.control.keydown?redirectedfrom=MSDN&view=netframework-4.7.2) event.

{% tabs %}
{% highlight c# %}
Expand Down
Loading