The WinForms Toggle Button (Toggle Switch) control allows you to toggle between two states that differ in their behavior like on/off, active/inactive and more. It supports to display either text or image over buttons and apply custom styles at application level.
Two states with contrasting behavior can be configured as needed like in/out, on/off, etc. Users can switch between these states using either a mouse click or the space key.
The WinForms Toggle button comes with two display modes to display either text or images over the button and slider to represent the states.
Its appearance can be customized through its custom renderer support. With this support, borders and slider colors can be customized at application level.
Easily get started with the WinForms Toggle Button using a few simple lines of C# code example as demonstrated below. Also explore our WinForms Toggle Button Example that shows you how to render and configure the WinForms Toggle Button.
public Form1()
{
InitializeComponent();
ToggleButton toggleButton = new ToggleButton();
toggleButton.Location = new System.Drawing.Point(283, 178);
toggleButton.Name = "toggleButton1";
toggleButton.Size = new System.Drawing.Size(100, 40);
toggleButton.ThemeName = "Office2019Colorful";
this.Controls.Add(toggleButton);
}
The Syncfusion WinForms Toggle Button provides the following:
We do not sell the WinForms Toggle Button control separately. It is only available for purchase as part of the Syncfusion WinForms suite, which contains over 100 WinForms controls, including Toggle Button. A single developer license for the Syncfusion Essential Studio for WinForms suite costs $995.00 USD, including one year of support and updates. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team to see if you qualify for any additional discounts.
You can find our WinForms Toggle Button demo on
GitHub location.
No, our 100+ WinForms controls, including Toggle Button, are not sold individually, only as a single package. However, we have competitively priced the product so it only costs a little bit more than what some other vendors charge for their Toggle Button alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 100+ WinForms controls for a flat fee of $995/developer. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.