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.
* 1376-V100-Extending-KryptonTaskDialog
- Added KryptonTaskDialogKryptonPanel which will be the standard panel for elements.
- Moved the separator functionality into KryptonTaskDialogKryptonPanel.
- Added the KryptonTaskDialogElementCommandLinkButtons element.
- Added RoundedCorners to all elements that have controls supporting border rounding.
- Added a global switch to toggle RoundedCorners for elements that implement it.
- Added KryptonTaskDialogKryptonRichTextBox that contains an adaptation to suppress Enter key fowarding from the RichtTextBox to the form.
- Added the KryptonTaskDialogElementRichTextBox element.
- Some housekeeping and refactoring
* 1376-V100-Extending-KryptonTaskDialog
- Added KryptonTaskDialogKryptonPanel which will be the standard panel for elements.
- Moved the separator functionality into KryptonTaskDialogKryptonPanel.
- Added the KryptonTaskDialogElementCommandLinkButtons element.
- Added RoundedCorners to all elements that have controls supporting border rounding.
- Added a global switch to toggle RoundedCorners for elements that implement it.
- Added KryptonTaskDialogKryptonRichTextBox that contains an adaptation to suppress Enter key fowarding from the RichtTextBox to the form.
- Added the KryptonTaskDialogElementRichTextBox element.
- Some housekeeping and refactoring
* 1376-V100-Extending-KryptonTaskDialog
- Added KryptonTaskDialogKryptonPanel which will be the standard panel for elements.
- Moved the separator functionality into KryptonTaskDialogKryptonPanel.
- Added the KryptonTaskDialogElementCommandLinkButtons element.
- Added RoundedCorners to all elements that have controls supporting border rounding.
- Added a global switch to toggle RoundedCorners for elements that implement it.
- Added KryptonTaskDialogKryptonRichTextBox that contains an adaptation to suppress Enter key fowarding from the RichtTextBox to the form.
- Added the KryptonTaskDialogElementRichTextBox element.
- Some housekeeping and refactoring
* 1376-V100-Extending-KryptonTaskDialog
- Added KryptonTaskDialogKryptonPanel which will be the standard panel for elements.
- Moved the separator functionality into KryptonTaskDialogKryptonPanel.
- Added the KryptonTaskDialogElementCommandLinkButtons element.
- Added RoundedCorners to all elements that have controls supporting border rounding.
- Added a global switch to toggle RoundedCorners for elements that implement it.
- Added KryptonTaskDialogKryptonRichTextBox that contains an adaptation to suppress Enter key fowarding from the RichtTextBox to the form.
- Added the KryptonTaskDialogElementRichTextBox element.
- Some housekeeping and refactoring
* 1376-V100-Extending-KryptonTaskDialog
- Added KryptonTaskDialogKryptonPanel which will be the standard panel for elements.
- Moved the separator functionality into KryptonTaskDialogKryptonPanel.
- Added the KryptonTaskDialogElementCommandLinkButtons element.
- Added RoundedCorners to all elements that have controls supporting border rounding.
- Added a global switch to toggle RoundedCorners for elements that implement it.
- Added KryptonTaskDialogKryptonRichTextBox that contains an adaptation to suppress Enter key fowarding from the RichtTextBox to the form.
- Added the KryptonTaskDialogElementRichTextBox element.
- Some housekeeping and refactoring
* 1376-V100-Extending-KryptonTaskDialog
- Added KryptonTaskDialogKryptonPanel which will be the standard panel for elements.
- Moved the separator functionality into KryptonTaskDialogKryptonPanel.
- Added the KryptonTaskDialogElementCommandLinkButtons element.
- Added RoundedCorners to all elements that have controls supporting border rounding.
- Added a global switch to toggle RoundedCorners for elements that implement it.
- Added KryptonTaskDialogKryptonRichTextBox that contains an adaptation to suppress Enter key fowarding from the RichtTextBox to the form.
- Added the KryptonTaskDialogElementRichTextBox element.
- Some housekeeping and refactoring
* 1376-V100-Extending-KryptonTaskDialog
- Added KryptonTaskDialogKryptonPanel which will be the standard panel for elements.
- Moved the separator functionality into KryptonTaskDialogKryptonPanel.
- Added the KryptonTaskDialogElementCommandLinkButtons element.
- Added RoundedCorners to all elements that have controls supporting border rounding.
- Added a global switch to toggle RoundedCorners for elements that implement it.
- Added KryptonTaskDialogKryptonRichTextBox that contains an adaptation to suppress Enter key fowarding from the RichtTextBox to the form.
- Added the KryptonTaskDialogElementRichTextBox element.
- Some housekeeping and refactoring
Copy file name to clipboardExpand all lines: Source/Krypton Components/Krypton.Toolkit/Controls Toolkit/KryptonTaskDialog/Elements/KryptonTaskDialogElementBase.cs
+8-106Lines changed: 8 additions & 106 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ namespace Krypton.Toolkit;
14
14
/// Derived elements can be extended through the use of IKryptonTaskDialogElement interfaces to
15
15
/// guarantee correct and consistent definitions and naming of properties and methods.
16
16
///
17
-
/// The IDisposable pattern has been implemented by default so derived classes can override and implement if required
17
+
/// The IDisposable pattern has been implemented by default so derived classes can override and implement if required.
18
18
/// </summary>
19
19
publicabstractclassKryptonTaskDialogElementBase:
20
20
IKryptonTaskDialogElementBase,
@@ -23,11 +23,9 @@ public abstract class KryptonTaskDialogElementBase :
Copy file name to clipboardExpand all lines: Source/Krypton Components/Krypton.Toolkit/Controls Toolkit/KryptonTaskDialog/Elements/KryptonTaskDialogElementComboBox.cs
0 commit comments