Skip to content

Commit

Permalink
Disable ToolboxItem features
Browse files Browse the repository at this point in the history
  • Loading branch information
pomianowski authored Oct 22, 2023
1 parent cf3e7bf commit 554955e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Wpf.Ui/Controls/ToggleSwitch/ToggleSwitch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ namespace Wpf.Ui.Controls;
/// <summary>
/// Use <see cref="ToggleSwitch"/> to present users with two mutally exclusive options (like on/off).
/// </summary>
[ToolboxItem(true)]
[ToolboxBitmap(typeof(ToggleSwitch), "ToggleSwitch.bmp")]
// [ToolboxItem(true)]
// [ToolboxBitmap(typeof(ToggleSwitch), "ToggleSwitch.bmp")]
public class ToggleSwitch : System.Windows.Controls.Primitives.ToggleButton
{
/// <summary>
Expand Down

0 comments on commit 554955e

Please sign in to comment.