Skip to content
Merged
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
2 changes: 1 addition & 1 deletion WindowsForms-toc.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions WindowsForms/Button/Appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Appearance in Windows Forms Button control | Syncfusion
description: Learn about Appearance support in Syncfusion Windows Forms Button (SfButton) control and more details.
platform: WindowsForms
platform: windowsforms
control: SfButton
documentation: ug
---
Expand Down Expand Up @@ -39,7 +39,7 @@ sfButton1.Style.GradientBrush = new BrushInfo(GradientStyle.ForwardDiagonal, Col
{% endhighlight %}
{% endtabs %}

![SfButton_img9](SfButton_images/SfButton_img9.jpeg)
![Windows Forms Button gradient backcolor](SfButton_images/windows-forms-button-gradient-backcolor.jpeg)

### Background Image

Expand All @@ -57,7 +57,7 @@ this.sfButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
{% endhighlight %}
{% endtabs %}

![SfButton_img10](SfButton_images/SfButton_img10.jpeg)
![Windows Forms Button background image](SfButton_images/windows-forms-button-gradient-background-image.jpeg)

## Customizing Appearance based on Button State

Expand Down Expand Up @@ -90,7 +90,7 @@ sfButton1.Style.FocusedForeColor = Color.Black;
{% endhighlight %}
{% endtabs %}

![SfButton_img11](SfButton_images/SfButton_img11.jpeg)
![Windows Forms Button backcolor and fore color](SfButton_images/windows-forms-button-gradient-backcolor-fore-color.jpeg)

### Image

Expand All @@ -116,9 +116,9 @@ sfButton1.Style.DisabledImage = Image.FromFile(@"..\..\Data\DisabledImage.png");
{% endhighlight %}
{% endtabs %}

![SfButton_img12](SfButton_images/SfButton_img12.jpeg)
![Image in Windows Forms Button](SfButton_images/windows-forms-button-image.jpeg)

![SfButton_img13](SfButton_images/SfButton_img13.jpeg)
![Windows Forms Button change image in hover](SfButton_images/windows-forms-button-change-image-in-hover.jpeg)

### Border

Expand All @@ -131,7 +131,7 @@ sfButton6.Style.HoverBorder = new Pen(Color.DarkGray, 2);
{% endhighlight %}
{% endtabs %}

![SfButton_img14](SfButton_images/SfButton_img14.jpeg)
![Windows Forms Button border](SfButton_images/windows-forms-button-border.jpeg)

## Animating the Image

Expand All @@ -149,7 +149,7 @@ sfButton1.Style.Image = Image.FromFile(@"..\..\Data\animationImage.gif");
{% endtabs %}


![SfButton_img15](SfButton_images/SfButton_img15.jpeg)
![Windows Forms Button animating the image](SfButton_images/windows-forms-button-animating-image.jpeg)

**Note**: The SfButton does not allow you to animate the image, if the animated image set as FocusedImage, HoverImage, or PressedImage so, to show the animation image inside the button, initialize the animation image (gif image) using the Image property.

Expand All @@ -166,7 +166,7 @@ sfButton1.FocusRectangleVisible = true;
{% endtabs %}


![SfButton_img16](SfButton_images/SfButton_img16.jpeg)
![Windows Forms Button show or focus rectangle](SfButton_images/windows-forms-button-show-focus-rectangle.jpeg)

## Rounded Rectangle Button

Expand Down Expand Up @@ -209,7 +209,7 @@ private void sfButton1_Paint(object sender, PaintEventArgs e)
{% endcapture %}
{{ codesnippet2 | OrderList_Indent_Level_1 }}

![SfButton_img17](SfButton_images/SfButton_img17.jpeg)
![Windows Forms Button rounded rectangle](SfButton_images/windows-forms-button-rounded-rectangle.jpeg)

Refer to the following sample shows how to implement the rounded rectangle in the SfButton control.

Expand Down Expand Up @@ -308,7 +308,7 @@ Me.sfButton.ThemeName = "Office2016Colorful"

{% endtabs %}

![SfButton_o16_colorful](SfButton_images/SfButton_o16_colorful.jpg)
![Windows Forms Button office16 colorful](SfButton_images/windows-forms-button-office16-colorful.jpg)

#### Office2016White

Expand All @@ -334,7 +334,7 @@ Me.sfButton.ThemeName = "Office2016White"

{% endtabs %}

![SfButton_o16_white](SfButton_images/SfButton_o16_white.jpg)
![Windows Forms Button office16 white](SfButton_images/windows-forms-button-office16-white.jpg)

#### Office2016DarkGray

Expand All @@ -360,7 +360,7 @@ Me.sfButton.ThemeName = "Office2016DarkGray"

{% endtabs %}

![SfButton_o16_darkGray](SfButton_images/SfButton_o16_darkGray.jpg)
![Windows Forms Button office16 darkgray](SfButton_images/windows-forms-button-office16-darkgray.jpg)

#### Office2016Black

Expand All @@ -386,4 +386,4 @@ Me.sfButton.ThemeName = "Office2016Black"

{% endtabs %}

![SfButton_o16_black](SfButton_images/SfButton_o16_black.jpg)
![Windows Forms Button office16 black](SfButton_images/windows-forms-button-office16-black.jpg)
4 changes: 2 additions & 2 deletions WindowsForms/ComboBox/Localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Localization is a process of translating the application resources into differen
To localize the SfComboBox based on the `CurrentUICulture` by using the resource files, follow the steps:

1. Create a new folder and name it as Resources in your application.
2. Add the default resource file of the SfListView into Resources folder. You can download the `Syncfusion. SfListView.WinForms.resx` [here](http://www.syncfusion.com/downloads/support/directtrac/general/ze/ResourceFile1283641291).
2. Add the default resource file of the SfListView into Resources folder. You can download the `Syncfusion. SfListView.WinForms.resx` [here](https://www.syncfusion.com/downloads/support/directtrac/general/ze/ResourceFile1283641291).

![Folder in which the resource file to be added](Localization_images/Localization_img1.png)
3. Right click on the Resources folder, select Add then NewItem.
Expand Down Expand Up @@ -54,7 +54,7 @@ End Sub

## Editing default resource file

The default resource file can be edited by adding it to the Resources folder of the application where SfComboBox reads the static texts here. The default resource file can be downloaded [here](http://www.syncfusion.com/downloads/support/directtrac/general/ze/ResourceFile1283641291).
The default resource file can be edited by adding it to the Resources folder of the application where SfComboBox reads the static texts here. The default resource file can be downloaded [here](https://www.syncfusion.com/downloads/support/directtrac/general/ze/ResourceFile1283641291).

![Default resource file](Localization_images/Localization_img6.png)

Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/DataGrid/Filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ End Sub

![Retain the frozen row data in the view by managing the FilterPredicates event](Filtering_images/Filtering_img24.png)

Download [Sample location](http://www.syncfusion.com/downloads/support/directtrac/general/ze/Sample1392776176).
Download [Sample location](https://www.syncfusion.com/downloads/support/directtrac/general/ze/Sample1392776176).


## Appearance
Expand Down
16 changes: 16 additions & 0 deletions WindowsForms/Release-notes/v25.1.41.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Essential Studio for Windows Forms Weekly Nuget Release Release Notes
description: Essential Studio for Windows Forms Weekly Nuget Release Release Notes
platform: windowsforms
documentation: ug
---

# Essential Studio for Windows Forms Release Notes

{% include release-info.html date="April 23, 2024" version="v25.1.41" %}

{% directory path: _includes/release-notes/v25.1.41 %}

{% include {{file.url}} %}

{% enddirectory %}