You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 1376-V100-Extending-KryptonTaskDialog
- Removes CommonButtons
- Integrates CommonButtons in the FooterBar
- Adds a separator to each element which can toggled.
- Some housekeeping.
* 1376-V100-Extending-KryptonTaskDialog
- Removes CommonButtons
- Integrates CommonButtons in the FooterBar
- Adds a separator to each element which can toggled.
- Some housekeeping.
* 1376-V100-Extending-KryptonTaskDialog
- Removes CommonButtons
- Integrates CommonButtons in the FooterBar
- Adds a separator to each element which can toggled.
- Some housekeeping.
* 1376-V100-Extending-KryptonTaskDialog
- Removes CommonButtons
- Integrates CommonButtons in the FooterBar
- Adds a separator to each element which can toggled.
- Some housekeeping.
Copy file name to clipboardExpand all lines: Source/Krypton Components/Krypton.Toolkit/Controls Toolkit/KryptonTaskDialog/Elements/KryptonTaskDialogElementBase.cs
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
8
5
* Modifications by Peter Wagner (aka Wagnerp), Simon Coghlan (aka Smurf-IV), Giduac, Ahmed Abdelhameed, tobitege et al. 2025 - 2025. All rights reserved.
@@ -29,6 +26,8 @@ public abstract class KryptonTaskDialogElementBase :
Copy file name to clipboardExpand all lines: Source/Krypton Components/Krypton.Toolkit/Controls Toolkit/KryptonTaskDialog/Elements/KryptonTaskDialogElementCheckBox.cs
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,5 @@
1
-
#region BSD License
1
+
#region BSD License
2
2
/*
3
-
*
4
-
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
8
5
* Modifications by Peter Wagner (aka Wagnerp), Simon Coghlan (aka Smurf-IV), Giduac, Ahmed Abdelhameed, tobitege et al. 2025 - 2025. All rights reserved.
Copy file name to clipboardExpand all lines: Source/Krypton Components/Krypton.Toolkit/Controls Toolkit/KryptonTaskDialog/Elements/KryptonTaskDialogElementComboBox.cs
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,5 @@
1
-
#region BSD License
1
+
#region BSD License
2
2
/*
3
-
*
4
-
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
8
5
* Modifications by Peter Wagner (aka Wagnerp), Simon Coghlan (aka Smurf-IV), Giduac, Ahmed Abdelhameed, tobitege et al. 2025 - 2025. All rights reserved.
0 commit comments