diff --git a/Documents/Help/Changelog.md b/Documents/Help/Changelog.md
index be7e88b29..8b2a3397d 100644
--- a/Documents/Help/Changelog.md
+++ b/Documents/Help/Changelog.md
@@ -7,6 +7,7 @@
## 2022-11-xx - Build 2211 - November 2022
* Implemented [#728](https://github.com/Krypton-Suite/Standard-Toolkit/issues/728), Bring MessageBox `States` inline with latest .Net 6
* Made enumeration `SchemeOfficeColors` public, so they can be used to make external themes
+* Resolved [#748](https://github.com/Krypton-Suite/Standard-Toolkit/issues/748), Navigator text is removed via designer changes for Navigator tabs
* Resolved [#688](https://github.com/Krypton-Suite/Standard-Toolkit/issues/688), KryptonComboBox / KryptonNumericUpDown / KryptonDomainUpDown Anchor Sizing no as expected when anchored Top & Bottom
* Resolved [#722](https://github.com/Krypton-Suite/Standard-Toolkit/issues/722), KryptonRichTextBox disabled colour cannot be set
* Resolved [#662](https://github.com/Krypton-Suite/Standard-Toolkit/issues/662), Can not "Control / Set Disabled" Background Colour Of Comboboxes, in DropDown mode
diff --git a/Source/Krypton Components/Krypton.Navigator/ButtonSpecs/ButtonSpecNavFixed.cs b/Source/Krypton Components/Krypton.Navigator/ButtonSpecs/ButtonSpecNavFixed.cs
index ae2178798..2c8765837 100644
--- a/Source/Krypton Components/Krypton.Navigator/ButtonSpecs/ButtonSpecNavFixed.cs
+++ b/Source/Krypton Components/Krypton.Navigator/ButtonSpecs/ButtonSpecNavFixed.cs
@@ -74,7 +74,7 @@ protected ButtonSpecNavFixed(KryptonNavigator navigator,
[Category(@"Behavior")]
[Description(@"Defines header location for the button.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(HeaderLocation), "PrimaryHeader")]
+ //[DefaultValue(typeof(HeaderLocation), "PrimaryHeader")]
public HeaderLocation HeaderLocation
{
get => _location;
diff --git a/Source/Krypton Components/Krypton.Navigator/ButtonSpecs/ButtonSpecNavigator.cs b/Source/Krypton Components/Krypton.Navigator/ButtonSpecs/ButtonSpecNavigator.cs
index 10f1bcc5a..0d92a08fd 100644
--- a/Source/Krypton Components/Krypton.Navigator/ButtonSpecs/ButtonSpecNavigator.cs
+++ b/Source/Krypton Components/Krypton.Navigator/ButtonSpecs/ButtonSpecNavigator.cs
@@ -47,7 +47,7 @@ public class ButtonSpecNavigator : ButtonSpecHeaderGroup
[Category(@"Behavior")]
[Description(@"Defines a restricted type for a navigator button spec.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(PaletteNavButtonSpecStyle), "Generic")]
+ //[DefaultValue(typeof(PaletteNavButtonSpecStyle), "Generic")]
public PaletteNavButtonSpecStyle TypeRestricted
{
get => PaletteTypeToNavigator(ProtectedType);
diff --git a/Source/Krypton Components/Krypton.Navigator/Controls Navigator/KryptonNavigator.cs b/Source/Krypton Components/Krypton.Navigator/Controls Navigator/KryptonNavigator.cs
index ca50039eb..68a5c198f 100644
--- a/Source/Krypton Components/Krypton.Navigator/Controls Navigator/KryptonNavigator.cs
+++ b/Source/Krypton Components/Krypton.Navigator/Controls Navigator/KryptonNavigator.cs
@@ -673,7 +673,7 @@ public KryptonPage SelectedPage
///
[Category(@"Visuals")]
[Description(@"Display mode of the control instance.")]
- [DefaultValue(typeof(NavigatorMode), "Bar - Tab - Group")]
+ //[DefaultValue(typeof(NavigatorMode), "Bar - Tab - Group")]
public NavigatorMode NavigatorMode
{
get => _mode;
@@ -717,7 +717,7 @@ public void ResetNavigatorMode()
///
[Category(@"Visuals")]
[Description(@"Page back style.")]
- [DefaultValue(typeof(PaletteBackStyle), "ControlClient")]
+ //[DefaultValue(typeof(PaletteBackStyle), "ControlClient")]
public PaletteBackStyle PageBackStyle
{
get => _pageBackStyle;
diff --git a/Source/Krypton Components/Krypton.Navigator/Krypton.Navigator 2022.csproj b/Source/Krypton Components/Krypton.Navigator/Krypton.Navigator 2022.csproj
index 71bb730f8..a58159875 100644
--- a/Source/Krypton Components/Krypton.Navigator/Krypton.Navigator 2022.csproj
+++ b/Source/Krypton Components/Krypton.Navigator/Krypton.Navigator 2022.csproj
@@ -40,7 +40,7 @@
Debug;Release;Preview;Installer;Nightly;Canary;Signed
-
+ 6.0.*
+
-
+
True
5.0.0.0
-
-
- True
- 6.0.0.0
+
+
+
+
+ 6.0.*
diff --git a/Source/Krypton Components/Krypton.Navigator/Page/KryptonPage.cs b/Source/Krypton Components/Krypton.Navigator/Page/KryptonPage.cs
index 92db344f3..bc513ffc1 100644
--- a/Source/Krypton Components/Krypton.Navigator/Page/KryptonPage.cs
+++ b/Source/Krypton Components/Krypton.Navigator/Page/KryptonPage.cs
@@ -696,7 +696,7 @@ public virtual string ToolTipBody
///
[Category(@"Appearance")]
[Description(@"Page tooltip label style.")]
- [DefaultValue(typeof(LabelStyle), "ToolTip")]
+ //[DefaultValue(typeof(LabelStyle), "ToolTip")]
public virtual LabelStyle ToolTipStyle
{
get => _toolTipStyle;
diff --git a/Source/Krypton Components/Krypton.Navigator/Palette/HeaderGroupMappingPrimary.cs b/Source/Krypton Components/Krypton.Navigator/Palette/HeaderGroupMappingPrimary.cs
index ac9d23593..2d9916e36 100644
--- a/Source/Krypton Components/Krypton.Navigator/Palette/HeaderGroupMappingPrimary.cs
+++ b/Source/Krypton Components/Krypton.Navigator/Palette/HeaderGroupMappingPrimary.cs
@@ -72,7 +72,7 @@ public HeaderGroupMappingPrimary(KryptonNavigator navigator,
///
/// Gets and sets the mapping used for the Image property.
///
- [DefaultValue(typeof(MapKryptonPageImage), "Small - Medium")]
+ //[DefaultValue(typeof(MapKryptonPageImage), "Small - Medium")]
public override MapKryptonPageImage MapImage
{
get => base.MapImage;
@@ -84,7 +84,7 @@ public override MapKryptonPageImage MapImage
///
/// Gets and sets the mapping used for the Heading property.
///
- [DefaultValue(typeof(MapKryptonPageText), "Title - Text")]
+ //[DefaultValue(typeof(MapKryptonPageText), "Title - Text")]
public override MapKryptonPageText MapHeading
{
get => base.MapHeading;
@@ -96,7 +96,7 @@ public override MapKryptonPageText MapHeading
///
/// Gets and sets the mapping used for the Description property.
///
- [DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
+ //[DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
public override MapKryptonPageText MapDescription
{
get => base.MapDescription;
diff --git a/Source/Krypton Components/Krypton.Navigator/Palette/HeaderGroupMappingSecondary.cs b/Source/Krypton Components/Krypton.Navigator/Palette/HeaderGroupMappingSecondary.cs
index b54e97456..b2690a7be 100644
--- a/Source/Krypton Components/Krypton.Navigator/Palette/HeaderGroupMappingSecondary.cs
+++ b/Source/Krypton Components/Krypton.Navigator/Palette/HeaderGroupMappingSecondary.cs
@@ -78,7 +78,7 @@ public HeaderGroupMappingSecondary(KryptonNavigator navigator,
///
/// Gets and sets the mapping used for the Image property.
///
- [DefaultValue(typeof(MapKryptonPageImage), "None (Null image)")]
+ //[DefaultValue(typeof(MapKryptonPageImage), "None (Null image)")]
public override MapKryptonPageImage MapImage
{
get => base.MapImage;
@@ -90,7 +90,7 @@ public override MapKryptonPageImage MapImage
///
/// Gets and sets the mapping used for the Heading property.
///
- [DefaultValue(typeof(MapKryptonPageText), "Description")]
+ //[DefaultValue(typeof(MapKryptonPageText), "Description")]
public override MapKryptonPageText MapHeading
{
get => base.MapHeading;
@@ -102,7 +102,7 @@ public override MapKryptonPageText MapHeading
///
/// Gets and sets the mapping used for the Description property.
///
- [DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
+ //[DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
public override MapKryptonPageText MapDescription
{
get => base.MapDescription;
diff --git a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorBar.cs b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorBar.cs
index 470b28409..f8efe5844 100644
--- a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorBar.cs
+++ b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorBar.cs
@@ -148,7 +148,7 @@ public void ResetBarAnimation()
[Category(@"Visuals")]
[Description(@"Orientation for positioning of the bar.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(VisualOrientation), "Top")]
+ //[DefaultValue(typeof(VisualOrientation), "Top")]
public VisualOrientation BarOrientation
{
get => _barOrientation;
@@ -272,7 +272,7 @@ public void ResetBarMinimumHeight()
[Category(@"Visuals")]
[Description(@"Multiline items in the bar.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(BarMultiline), "Singleline")]
+ //[DefaultValue(typeof(BarMultiline), "Singleline")]
public BarMultiline BarMultiline
{
get => _barMultiline;
@@ -302,7 +302,7 @@ public void ResetBarMultiline()
///
[Category(@"Visuals")]
[Description(@"Check button style.")]
- [DefaultValue(typeof(ButtonStyle), "Standalone")]
+ //[DefaultValue(typeof(ButtonStyle), "Standalone")]
public ButtonStyle CheckButtonStyle
{
get => _checkButtonStyle;
@@ -324,7 +324,7 @@ public ButtonStyle CheckButtonStyle
///
[Category(@"Visuals")]
[Description(@"Tab style.")]
- [DefaultValue(typeof(TabStyle), "HighProfile")]
+ //[DefaultValue(typeof(TabStyle), "HighProfile")]
public TabStyle TabStyle
{
get => _tabStyle;
@@ -346,7 +346,7 @@ public TabStyle TabStyle
///
[Category(@"Visuals")]
[Description(@"Tab border style.")]
- [DefaultValue(typeof(TabBorderStyle), "RoundedOutsizeMedium")]
+ //[DefaultValue(typeof(TabBorderStyle), "RoundedOutsizeMedium")]
public TabBorderStyle TabBorderStyle
{
get => _tabBorderStyle;
@@ -369,7 +369,7 @@ public TabBorderStyle TabBorderStyle
[Category(@"Visuals")]
[Description(@"Alignment of items within the bar.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(RelativePositionAlign), "Near")]
+ //[DefaultValue(typeof(RelativePositionAlign), "Near")]
public RelativePositionAlign ItemAlignment
{
get => _itemAlignment;
@@ -400,7 +400,7 @@ public void ResetItemAlignment()
[Category(@"Visuals")]
[Description(@"Minimum size of each bar item.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(Size), "20,20")]
+ //[DefaultValue(typeof(Size), "20,20")]
public Size ItemMinimumSize
{
get => _itemMinimumSize;
@@ -451,7 +451,7 @@ public void ResetItemMinimumSize()
[Category(@"Visuals")]
[Description(@"Minimum size of each bar item.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(Size), "200,200")]
+ //[DefaultValue(typeof(Size), "200,200")]
public Size ItemMaximumSize
{
get => _itemMaximumSize;
@@ -502,7 +502,7 @@ public void ResetItemMaximumSize()
[Category(@"Visuals")]
[Description(@"Orientation for positioning items on the bar.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(ButtonOrientation), "Auto")]
+ //[DefaultValue(typeof(ButtonOrientation), "Auto")]
public ButtonOrientation ItemOrientation
{
get => _itemOrientation;
@@ -533,7 +533,7 @@ public void ResetItemOrientation()
[Category(@"Visuals")]
[Description(@"How to calculate the size of each bar item.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(BarItemSizing), "All Same Height")]
+ //[DefaultValue(typeof(BarItemSizing), "All Same Height")]
public BarItemSizing ItemSizing
{
get => _itemSizing;
@@ -565,7 +565,7 @@ public void ResetItemSizing()
[Category(@"Visuals")]
[Description(@"Mapping used for the bar item image.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageImage), "Small")]
+ //[DefaultValue(typeof(MapKryptonPageImage), "Small")]
public virtual MapKryptonPageImage BarMapImage
{
get => _barMapImage;
@@ -596,7 +596,7 @@ public void ResetBarMapImage()
[Category(@"Visuals")]
[Description(@"Mapping used for the bar item text.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageText), "Text - Title")]
+ //[DefaultValue(typeof(MapKryptonPageText), "Text - Title")]
public MapKryptonPageText BarMapText
{
get => _barMapText;
@@ -627,7 +627,7 @@ public void ResetBarMapText()
[Category(@"Visuals")]
[Description(@"Mapping used for the bar item description.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
+ //[DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
public MapKryptonPageText BarMapExtraText
{
get => _barMapExtraText;
diff --git a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorButton.cs b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorButton.cs
index 493a87a9b..8128daf62 100644
--- a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorButton.cs
+++ b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorButton.cs
@@ -149,7 +149,7 @@ public NavigatorButton(KryptonNavigator navigator,
///
[Category(@"Visuals")]
[Description(@"Action to take when the previous button is clicked.")]
- [DefaultValue(typeof(DirectionButtonAction), "Mode Appropriate Action")]
+ //[DefaultValue(typeof(DirectionButtonAction), "Mode Appropriate Action")]
public DirectionButtonAction PreviousButtonAction
{
get => _actionPrevious;
@@ -171,7 +171,7 @@ public DirectionButtonAction PreviousButtonAction
///
[Category(@"Visuals")]
[Description(@"Logic used to decide if previous button is Displayed.")]
- [DefaultValue(typeof(ButtonDisplay), "Logic")]
+ //[DefaultValue(typeof(ButtonDisplay), "Logic")]
public ButtonDisplay PreviousButtonDisplay
{
get => _displayPrevious;
@@ -194,7 +194,7 @@ public ButtonDisplay PreviousButtonDisplay
[Localizable(true)]
[Category(@"Visuals")]
[Description(@"Shortcut for invoking the previous action.")]
- [DefaultValue(typeof(Keys), "F6, Shift, Control")]
+ //[DefaultValue(typeof(Keys), "F6, Shift, Control")]
public Keys PreviousButtonShortcut { get; set; }
private bool ShouldSerializePreviousButtonShortcut() => (PreviousButtonShortcut != DEFAULT_SHORTCUT_PREVIOUS);
@@ -227,7 +227,7 @@ public void ResetPreviousButtonShortcut()
///
[Category(@"Visuals")]
[Description(@"Action to take when the next button is clicked.")]
- [DefaultValue(typeof(DirectionButtonAction), "Mode Appropriate Action")]
+ //[DefaultValue(typeof(DirectionButtonAction), "Mode Appropriate Action")]
public DirectionButtonAction NextButtonAction
{
get => _actionNext;
@@ -249,7 +249,7 @@ public DirectionButtonAction NextButtonAction
///
[Category(@"Visuals")]
[Description(@"Logic used to decide if next button is Displayed.")]
- [DefaultValue(typeof(ButtonDisplay), "Logic")]
+ //[DefaultValue(typeof(ButtonDisplay), "Logic")]
public ButtonDisplay NextButtonDisplay
{
get => _displayNext;
@@ -272,7 +272,7 @@ public ButtonDisplay NextButtonDisplay
[Localizable(true)]
[Category(@"Visuals")]
[Description(@"Shortcut for invoking the next action.")]
- [DefaultValue(typeof(Keys), "F6, Control")]
+ //[DefaultValue(typeof(Keys), "F6, Control")]
public Keys NextButtonShortcut { get; set; }
private bool ShouldSerializeNextButtonShortcut() => (NextButtonShortcut != DEFAULT_SHORTCUT_NEXT);
@@ -305,7 +305,7 @@ public void ResetNextButtonShortcut()
///
[Category(@"Visuals")]
[Description(@"Action to take when the context button is clicked.")]
- [DefaultValue(typeof(ContextButtonAction), "Select Page")]
+ //[DefaultValue(typeof(ContextButtonAction), "Select Page")]
public ContextButtonAction ContextButtonAction
{
get => _actionContext;
@@ -327,7 +327,7 @@ public ContextButtonAction ContextButtonAction
///
[Category(@"Visuals")]
[Description(@"Logic used to decide if context button is Displayed.")]
- [DefaultValue(typeof(ButtonDisplay), "Logic")]
+ //[DefaultValue(typeof(ButtonDisplay), "Logic")]
public ButtonDisplay ContextButtonDisplay
{
get => _displayContext;
@@ -350,7 +350,7 @@ public ButtonDisplay ContextButtonDisplay
[Localizable(true)]
[Category(@"Visuals")]
[Description(@"Shortcut for invoking the context action.")]
- [DefaultValue(typeof(Keys), "Down, Alt, Control")]
+ //[DefaultValue(typeof(Keys), "Down, Alt, Control")]
public Keys ContextButtonShortcut { get; set; }
private bool ShouldSerializeContextButtonShortcut() => (ContextButtonShortcut != DEFAULT_SHORTCUT_CONTEXT);
@@ -370,7 +370,7 @@ public void ResetContextButtonShortcut()
///
[Category(@"Visuals")]
[Description(@"Mapping used to generate context menu item image.")]
- [DefaultValue(typeof(MapKryptonPageText), "Text - Title")]
+ //[DefaultValue(typeof(MapKryptonPageText), "Text - Title")]
public MapKryptonPageText ContextMenuMapText { get; set; }
#endregion
@@ -381,7 +381,7 @@ public void ResetContextButtonShortcut()
///
[Category(@"Visuals")]
[Description(@"Mapping used to generate context menu item text.")]
- [DefaultValue(typeof(MapKryptonPageImage), "Small")]
+ //[DefaultValue(typeof(MapKryptonPageImage), "Small")]
public MapKryptonPageImage ContextMenuMapImage { get; set; }
#endregion
@@ -405,7 +405,7 @@ public void ResetContextButtonShortcut()
///
[Category(@"Visuals")]
[Description(@"Action to take when the close button is clicked.")]
- [DefaultValue(typeof(CloseButtonAction), "RemovePage & Dispose")]
+ //[DefaultValue(typeof(CloseButtonAction), "RemovePage & Dispose")]
public CloseButtonAction CloseButtonAction
{
get => _actionClosed;
@@ -427,7 +427,7 @@ public CloseButtonAction CloseButtonAction
///
[Category(@"Visuals")]
[Description(@"Logic used to decide if close button is Displayed.")]
- [DefaultValue(typeof(ButtonDisplay), "Logic")]
+ //[DefaultValue(typeof(ButtonDisplay), "Logic")]
public ButtonDisplay CloseButtonDisplay
{
get => _displayClosed;
@@ -450,7 +450,7 @@ public ButtonDisplay CloseButtonDisplay
[Localizable(true)]
[Category(@"Visuals")]
[Description(@"Shortcut for invoking the close action.")]
- [DefaultValue(typeof(Keys), "F4, Control")]
+ //[DefaultValue(typeof(Keys), "F4, Control")]
public Keys CloseButtonShortcut { get; set; }
private bool ShouldSerializeCloseButtonShortcut() => (CloseButtonShortcut != DEFAULT_SHORTCUT_CLOSE);
@@ -470,7 +470,7 @@ public void ResetCloseButtonShortcut()
///
[Category(@"Visuals")]
[Description(@"Define the logic used to control button display.")]
- [DefaultValue(typeof(ButtonDisplayLogic), "Context")]
+ //[DefaultValue(typeof(ButtonDisplayLogic), "Context")]
public ButtonDisplayLogic ButtonDisplayLogic
{
get => _displayLogic;
diff --git a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorGroup.cs b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorGroup.cs
index 517b625ef..be33c376a 100644
--- a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorGroup.cs
+++ b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorGroup.cs
@@ -63,7 +63,7 @@ public NavigatorGroup(KryptonNavigator navigator,
///
[Category(@"Visuals")]
[Description(@"Group back style.")]
- [DefaultValue(typeof(PaletteBackStyle), "ControlClient")]
+ //[DefaultValue(typeof(PaletteBackStyle), "ControlClient")]
public PaletteBackStyle GroupBackStyle
{
get => _groupBackStyle;
@@ -85,7 +85,7 @@ public PaletteBackStyle GroupBackStyle
///
[Category(@"Visuals")]
[Description(@"Group border style.")]
- [DefaultValue(typeof(PaletteBorderStyle), "ControlClient")]
+ //[DefaultValue(typeof(PaletteBorderStyle), "ControlClient")]
public PaletteBorderStyle GroupBorderStyle
{
get => _groupBorderStyle;
diff --git a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorHeader.cs b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorHeader.cs
index f1101df30..b586ccfcc 100644
--- a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorHeader.cs
+++ b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorHeader.cs
@@ -89,7 +89,7 @@ public NavigatorHeader(KryptonNavigator navigator,
///
[Category(@"Visuals")]
[Description(@"Primary header style.")]
- [DefaultValue(typeof(HeaderStyle), "Primary")]
+ //[DefaultValue(typeof(HeaderStyle), "Primary")]
public HeaderStyle HeaderStylePrimary
{
get => _headerStylePrimary;
@@ -111,7 +111,7 @@ public HeaderStyle HeaderStylePrimary
///
[Category(@"Visuals")]
[Description(@"Secondary header style.")]
- [DefaultValue(typeof(HeaderStyle), "Secondary")]
+ //[DefaultValue(typeof(HeaderStyle), "Secondary")]
public HeaderStyle HeaderStyleSecondary
{
get => _headerStyleSecondary;
@@ -133,7 +133,7 @@ public HeaderStyle HeaderStyleSecondary
///
[Category(@"Visuals")]
[Description(@"Bar header style.")]
- [DefaultValue(typeof(HeaderStyle), "Secondary")]
+ //[DefaultValue(typeof(HeaderStyle), "Secondary")]
public HeaderStyle HeaderStyleBar
{
get => _headerStyleBar;
@@ -155,7 +155,7 @@ public HeaderStyle HeaderStyleBar
///
[Category(@"Visuals")]
[Description(@"Edge position of the primary header.")]
- [DefaultValue(typeof(VisualOrientation), "Top")]
+ //[DefaultValue(typeof(VisualOrientation), "Top")]
public VisualOrientation HeaderPositionPrimary
{
get => _headerPositionPrimary;
@@ -177,7 +177,7 @@ public VisualOrientation HeaderPositionPrimary
///
[Category(@"Visuals")]
[Description(@"Edge position of the secondary header.")]
- [DefaultValue(typeof(VisualOrientation), "Bottom")]
+ //[DefaultValue(typeof(VisualOrientation), "Bottom")]
public VisualOrientation HeaderPositionSecondary
{
get => _headerPositionSecondary;
@@ -199,7 +199,7 @@ public VisualOrientation HeaderPositionSecondary
///
[Category(@"Visuals")]
[Description(@"Edge position of the bar header.")]
- [DefaultValue(typeof(VisualOrientation), "Top")]
+ //[DefaultValue(typeof(VisualOrientation), "Top")]
public VisualOrientation HeaderPositionBar
{
get => _headerPositionBar;
diff --git a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorOutlook.cs b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorOutlook.cs
index 2448fd9ec..74f0307af 100644
--- a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorOutlook.cs
+++ b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorOutlook.cs
@@ -124,7 +124,7 @@ public NavigatorOutlook(KryptonNavigator navigator,
///
[Category(@"Visuals")]
[Description(@"Check button style.")]
- [DefaultValue(typeof(ButtonStyle), "NavigatorStack")]
+ //[DefaultValue(typeof(ButtonStyle), "NavigatorStack")]
public ButtonStyle CheckButtonStyle
{
get => _checkButtonStyle;
@@ -146,7 +146,7 @@ public ButtonStyle CheckButtonStyle
///
[Category(@"Visuals")]
[Description(@"Outlook overflow button style.")]
- [DefaultValue(typeof(ButtonStyle), "NavigatorOverflow")]
+ //[DefaultValue(typeof(ButtonStyle), "NavigatorOverflow")]
public ButtonStyle OverflowButtonStyle
{
get => _overflowButtonStyle;
@@ -168,7 +168,7 @@ public ButtonStyle OverflowButtonStyle
///
[Category(@"Visuals")]
[Description(@"Check button style.")]
- [DefaultValue(typeof(PaletteBorderStyle), "ControlClient")]
+ //[DefaultValue(typeof(PaletteBorderStyle), "ControlClient")]
public PaletteBorderStyle BorderEdgeStyle
{
get => _borderEdgeStyle;
@@ -191,7 +191,7 @@ public PaletteBorderStyle BorderEdgeStyle
[Category(@"Visuals")]
[Description(@"Orientation for positioning stack and overflow items.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(Orientation), "Vertical")]
+ //[DefaultValue(typeof(Orientation), "Vertical")]
public Orientation Orientation
{
get => _orientation;
@@ -222,7 +222,7 @@ public void ResetOrientation()
[Category(@"Visuals")]
[Description(@"Orientation for positioning items in the stack.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(ButtonOrientation), "Auto")]
+ //[DefaultValue(typeof(ButtonOrientation), "Auto")]
public ButtonOrientation ItemOrientation
{
get => _itemOrientation;
@@ -253,7 +253,7 @@ public void ResetItemOrientation()
[Category(@"Visuals")]
[Description(@"Secondary header visiblity when in Outlook mode.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(InheritBool), "False")]
+ //[DefaultValue(typeof(InheritBool), "False")]
public InheritBool HeaderSecondaryVisible
{
get => _headerSecondaryVisible;
diff --git a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorOutlookFull.cs b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorOutlookFull.cs
index 230982548..af79dbe4c 100644
--- a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorOutlookFull.cs
+++ b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorOutlookFull.cs
@@ -77,7 +77,7 @@ public NavigatorOutlookFull(KryptonNavigator navigator,
[Category(@"Visuals")]
[Description(@"Mapping used for the overflow item image.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageImage), "Small")]
+ //[DefaultValue(typeof(MapKryptonPageImage), "Small")]
public virtual MapKryptonPageImage OverflowMapImage
{
get => _overflowMapImage;
@@ -108,7 +108,7 @@ public void ResetOverflowMapImage()
[Category(@"Visuals")]
[Description(@"Mapping used for the overflow item text.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
+ //[DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
public MapKryptonPageText OverflowMapText
{
get => _overflowMapText;
@@ -139,7 +139,7 @@ public void ResetOverflowMapText()
[Category(@"Visuals")]
[Description(@"Mapping used for the overflow item description.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
+ //[DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
public MapKryptonPageText OverflowMapExtraText
{
get => _overflowMapExtraText;
@@ -171,7 +171,7 @@ public void ResetOverflowMapExtraText()
[Category(@"Visuals")]
[Description(@"Mapping used for the stack item image.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageImage), "MediumSmall")]
+ //[DefaultValue(typeof(MapKryptonPageImage), "MediumSmall")]
public virtual MapKryptonPageImage StackMapImage
{
get => _stackMapImage;
@@ -202,7 +202,7 @@ public void ResetStackMapImage()
[Category(@"Visuals")]
[Description(@"Mapping used for the stack item text.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageText), "Text - Title")]
+ //[DefaultValue(typeof(MapKryptonPageText), "Text - Title")]
public MapKryptonPageText StackMapText
{
get => _stackMapText;
@@ -233,7 +233,7 @@ public void ResetStackMapText()
[Category(@"Visuals")]
[Description(@"Mapping used for the stack item description.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
+ //[DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
public MapKryptonPageText StackMapExtraText
{
get => _stackMapExtraText;
diff --git a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorOutlookMini.cs b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorOutlookMini.cs
index fc39edaa5..0ab71d470 100644
--- a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorOutlookMini.cs
+++ b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorOutlookMini.cs
@@ -78,7 +78,7 @@ public NavigatorOutlookMini(KryptonNavigator navigator,
///
[Category(@"Visuals")]
[Description(@"Mini button style.")]
- [DefaultValue(typeof(ButtonStyle), "NavigatorMini")]
+ //[DefaultValue(typeof(ButtonStyle), "NavigatorMini")]
public ButtonStyle MiniButtonStyle
{
get => _miniButtonStyle;
@@ -102,7 +102,7 @@ public ButtonStyle MiniButtonStyle
[Category(@"Visuals")]
[Description(@"Mapping used for the mini button item image.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageImage), "None (Null image)")]
+ //[DefaultValue(typeof(MapKryptonPageImage), "None (Null image)")]
public virtual MapKryptonPageImage MiniMapImage
{
get => _miniMapImage;
@@ -133,7 +133,7 @@ public void ResetMiniMapImage()
[Category(@"Visuals")]
[Description(@"Mapping used for the mini button item text.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageText), "Text - Title")]
+ //[DefaultValue(typeof(MapKryptonPageText), "Text - Title")]
public MapKryptonPageText MiniMapText
{
get => _miniMapText;
@@ -164,7 +164,7 @@ public void ResetMiniMapText()
[Category(@"Visuals")]
[Description(@"Mapping used for the mini button item description.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
+ //[DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
public MapKryptonPageText MiniMapExtraText
{
get => _miniMapExtraText;
@@ -196,7 +196,7 @@ public void ResetMiniMapExtraText()
[Category(@"Visuals")]
[Description(@"Mapping used for the stack item image.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageImage), "MediumSmall")]
+ //[DefaultValue(typeof(MapKryptonPageImage), "MediumSmall")]
public virtual MapKryptonPageImage StackMapImage
{
get => _stackMapImage;
@@ -227,7 +227,7 @@ public void ResetStackMapImage()
[Category(@"Visuals")]
[Description(@"Mapping used for the stack item text.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
+ //[DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
public MapKryptonPageText StackMapText
{
get => _stackMapText;
@@ -258,7 +258,7 @@ public void ResetStackMapText()
[Category(@"Visuals")]
[Description(@"Mapping used for the stack item description.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
+ //[DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
public MapKryptonPageText StackMapExtraText
{
get => _stackMapExtraText;
diff --git a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorPanel.cs b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorPanel.cs
index 5163b5d5c..6f3781cff 100644
--- a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorPanel.cs
+++ b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorPanel.cs
@@ -60,7 +60,7 @@ public NavigatorPanel(KryptonNavigator navigator,
///
[Category(@"Visuals")]
[Description(@"Panel back style.")]
- [DefaultValue(typeof(PaletteBackStyle), "PanelClient")]
+ //[DefaultValue(typeof(PaletteBackStyle), "PanelClient")]
public PaletteBackStyle PanelBackStyle
{
get => _panelBackStyle;
diff --git a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorPopupPages.cs b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorPopupPages.cs
index 3a1036155..9ae9d9b03 100644
--- a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorPopupPages.cs
+++ b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorPopupPages.cs
@@ -78,7 +78,7 @@ public NavigatorPopupPages(KryptonNavigator navigator,
///
[Category(@"Visuals")]
[Description(@"Determines if popup pages are Displayed.")]
- [DefaultValue(typeof(PopupPageAllow), "Only Outlook Mini Mode")]
+ //[DefaultValue(typeof(PopupPageAllow), "Only Outlook Mini Mode")]
public PopupPageAllow AllowPopupPages { get; set; }
#endregion
@@ -100,7 +100,7 @@ public NavigatorPopupPages(KryptonNavigator navigator,
///
[Category(@"Visuals")]
[Description(@"The relative element to use when calculating size and position of the popup page.")]
- [DefaultValue(typeof(PopupPageElement), "Item")]
+ //[DefaultValue(typeof(PopupPageElement), "Item")]
public PopupPageElement Element { get; set; }
#endregion
@@ -122,7 +122,7 @@ public NavigatorPopupPages(KryptonNavigator navigator,
///
[Category(@"Visuals")]
[Description(@"How to calculate the size and position of the popup page.")]
- [DefaultValue(typeof(PopupPagePosition), "ModeAppropriate")]
+ //[DefaultValue(typeof(PopupPagePosition), "ModeAppropriate")]
public PopupPagePosition Position { get; set; }
#endregion
diff --git a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorStack.cs b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorStack.cs
index 00b18d55e..fb1aa6f19 100644
--- a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorStack.cs
+++ b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorStack.cs
@@ -84,7 +84,7 @@ public NavigatorStack(KryptonNavigator navigator,
///
[Category(@"Visuals")]
[Description(@"Check button style.")]
- [DefaultValue(typeof(ButtonStyle), "NavigatorStack")]
+ //[DefaultValue(typeof(ButtonStyle), "NavigatorStack")]
public ButtonStyle CheckButtonStyle
{
get => _checkButtonStyle;
@@ -106,7 +106,7 @@ public ButtonStyle CheckButtonStyle
///
[Category(@"Visuals")]
[Description(@"Check button style.")]
- [DefaultValue(typeof(PaletteBorderStyle), "ControlClient")]
+ //[DefaultValue(typeof(PaletteBorderStyle), "ControlClient")]
public PaletteBorderStyle BorderEdgeStyle
{
get => _borderEdgeStyle;
@@ -160,7 +160,7 @@ public void ResetStackAnimation()
[Category(@"Visuals")]
[Description(@"Orientation for positioning stack items.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(Orientation), "Vertical")]
+ //[DefaultValue(typeof(Orientation), "Vertical")]
public Orientation StackOrientation
{
get => _stackOrientation;
@@ -191,7 +191,7 @@ public void ResetStackOrientation()
[Category(@"Visuals")]
[Description(@"Alignment of the stack relative to the Displayed page.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(RelativePositionAlign), "Center")]
+ //[DefaultValue(typeof(RelativePositionAlign), "Center")]
public RelativePositionAlign StackAlignment
{
get => _stackAlignment;
@@ -222,7 +222,7 @@ public void ResetStackAlignment()
[Category(@"Visuals")]
[Description(@"Orientation for positioning items in the stack.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(ButtonOrientation), "Auto")]
+ //[DefaultValue(typeof(ButtonOrientation), "Auto")]
public ButtonOrientation ItemOrientation
{
get => _itemOrientation;
@@ -254,7 +254,7 @@ public void ResetItemOrientation()
[Category(@"Visuals")]
[Description(@"Mapping used for the stack item image.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageImage), "Small")]
+ //[DefaultValue(typeof(MapKryptonPageImage), "Small")]
public virtual MapKryptonPageImage StackMapImage
{
get => _stackMapImage;
@@ -285,7 +285,7 @@ public void ResetStackMapImage()
[Category(@"Visuals")]
[Description(@"Mapping used for the stack item text.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageText), "Text - Title")]
+ //[DefaultValue(typeof(MapKryptonPageText), "Text - Title")]
public MapKryptonPageText StackMapText
{
get => _stackMapText;
@@ -316,7 +316,7 @@ public void ResetStackMapText()
[Category(@"Visuals")]
[Description(@"Mapping used for the stack item description.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
+ //[DefaultValue(typeof(MapKryptonPageText), "None (Empty string)")]
public MapKryptonPageText StackMapExtraText
{
get => _stackMapExtraText;
diff --git a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorToolTips.cs b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorToolTips.cs
index a5fb98cb3..e2d7c176e 100644
--- a/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorToolTips.cs
+++ b/Source/Krypton Components/Krypton.Navigator/Palette/NavigatorToolTips.cs
@@ -102,7 +102,7 @@ public NavigatorToolTips(KryptonNavigator navigator,
[Category(@"Visuals")]
[Description(@"Mapping used for the tooltip image.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageImage), "ToolTip")]
+ //[DefaultValue(typeof(MapKryptonPageImage), "ToolTip")]
public virtual MapKryptonPageImage MapImage
{
get => _mapImage;
@@ -125,7 +125,7 @@ public void ResetMapImage()
[Category(@"Visuals")]
[Description(@"Mapping used for the tooltip text.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageText), "ToolTipTitle")]
+ //[DefaultValue(typeof(MapKryptonPageText), "ToolTipTitle")]
public MapKryptonPageText MapText { get; set; }
///
@@ -144,7 +144,7 @@ public void ResetMapText()
[Category(@"Visuals")]
[Description(@"Mapping used for the tooltip description.")]
[RefreshProperties(RefreshProperties.All)]
- [DefaultValue(typeof(MapKryptonPageText), "ToolTipBody")]
+ //[DefaultValue(typeof(MapKryptonPageText), "ToolTipBody")]
public MapKryptonPageText MapExtraText { get; set; }
///
diff --git a/Source/Krypton Components/Krypton.Navigator/Palette/PaletteBarRedirect.cs b/Source/Krypton Components/Krypton.Navigator/Palette/PaletteBarRedirect.cs
index eebdefa75..4baeb4cd0 100644
--- a/Source/Krypton Components/Krypton.Navigator/Palette/PaletteBarRedirect.cs
+++ b/Source/Krypton Components/Krypton.Navigator/Palette/PaletteBarRedirect.cs
@@ -86,7 +86,7 @@ public PaletteBarRedirect(PaletteRedirect redirect,
///
[Category(@"Visuals")]
[Description(@"Padding used around the bar when displaying tabs.")]
- [DefaultValue(typeof(Padding), "-1,-1,-1,-1")]
+ //[DefaultValue(typeof(Padding), "-1,-1,-1,-1")]
[RefreshProperties(RefreshProperties.All)]
public Padding BarPaddingTabs
{
@@ -117,7 +117,7 @@ public void ResetBarPaddingTabs()
///
[Category(@"Visuals")]
[Description(@"Padding used around the bar when placed inside the group.")]
- [DefaultValue(typeof(Padding), "-1,-1,-1,-1")]
+ //[DefaultValue(typeof(Padding), "-1,-1,-1,-1")]
[RefreshProperties(RefreshProperties.All)]
public Padding BarPaddingInside
{
@@ -148,7 +148,7 @@ public void ResetBarPaddingInside()
///
[Category(@"Visuals")]
[Description(@"Padding used around the bar when placed outside the group.")]
- [DefaultValue(typeof(Padding), "-1,-1,-1,-1")]
+ //[DefaultValue(typeof(Padding), "-1,-1,-1,-1")]
[RefreshProperties(RefreshProperties.All)]
public Padding BarPaddingOutside
{
@@ -179,7 +179,7 @@ public void ResetBarPaddingOutside()
///
[Category(@"Visuals")]
[Description(@"Padding used around the bar when placed on its own.")]
- [DefaultValue(typeof(Padding), "-1,-1,-1,-1")]
+ //[DefaultValue(typeof(Padding), "-1,-1,-1,-1")]
[RefreshProperties(RefreshProperties.All)]
public Padding BarPaddingOnly
{
@@ -210,7 +210,7 @@ public void ResetBarPaddingOnly()
///
[Category(@"Visuals")]
[Description(@"Padding used around each button on the button bar.")]
- [DefaultValue(typeof(Padding), "-1,-1,-1,-1")]
+ //[DefaultValue(typeof(Padding), "-1,-1,-1,-1")]
[RefreshProperties(RefreshProperties.All)]
public Padding ButtonPadding
{
diff --git a/Source/Krypton Components/Krypton.Navigator/Palette/PaletteNavContent.cs b/Source/Krypton Components/Krypton.Navigator/Palette/PaletteNavContent.cs
index 652910c49..4b43e66aa 100644
--- a/Source/Krypton Components/Krypton.Navigator/Palette/PaletteNavContent.cs
+++ b/Source/Krypton Components/Krypton.Navigator/Palette/PaletteNavContent.cs
@@ -139,7 +139,7 @@ public void PopulateFromBase(PaletteState state)
[KryptonPersist(false)]
[Category(@"Visuals")]
[Description(@"Should content be drawn.")]
- [DefaultValue(typeof(InheritBool), "Inherit")]
+ //[DefaultValue(typeof(InheritBool), "Inherit")]
[RefreshProperties(RefreshProperties.All)]
public InheritBool Draw
{
@@ -185,7 +185,7 @@ public InheritBool GetContentDraw(PaletteState state) =>
[KryptonPersist(false)]
[Category(@"Visuals")]
[Description(@"Should content be drawn with focus indication..")]
- [DefaultValue(typeof(InheritBool), "Inherit")]
+ //[DefaultValue(typeof(InheritBool), "Inherit")]
[RefreshProperties(RefreshProperties.All)]
public InheritBool DrawFocus
{
@@ -626,7 +626,7 @@ public PaletteRectangleAlign GetContentLongTextImageAlign(PaletteState state) =>
[KryptonPersist(false)]
[Category(@"Visuals")]
[Description(@"Padding between the border and content drawing.")]
- [DefaultValue(typeof(Padding), "-1,-1,-1,-1")]
+ //[DefaultValue(typeof(Padding), "-1,-1,-1,-1")]
[RefreshProperties(RefreshProperties.All)]
public Padding Padding
{
diff --git a/Source/Krypton Components/Krypton.Navigator/Palette/PaletteRibbonGeneralRedirect.cs b/Source/Krypton Components/Krypton.Navigator/Palette/PaletteRibbonGeneralRedirect.cs
index 448a3d089..435693c99 100644
--- a/Source/Krypton Components/Krypton.Navigator/Palette/PaletteRibbonGeneralRedirect.cs
+++ b/Source/Krypton Components/Krypton.Navigator/Palette/PaletteRibbonGeneralRedirect.cs
@@ -272,7 +272,7 @@ public void ResetTextFont()
///
[Category(@"Visuals")]
[Description(@"Rendering hint for the text font.")]
- [DefaultValue(typeof(PaletteTextHint), "Inherit")]
+ //[DefaultValue(typeof(PaletteTextHint), "Inherit")]
[RefreshProperties(RefreshProperties.All)]
public PaletteTextHint TextHint
{
diff --git a/Source/Krypton Components/Krypton.Ribbon/Krypton.Ribbon 2022.csproj b/Source/Krypton Components/Krypton.Ribbon/Krypton.Ribbon 2022.csproj
index 278e87c1c..56bc39f72 100644
--- a/Source/Krypton Components/Krypton.Ribbon/Krypton.Ribbon 2022.csproj
+++ b/Source/Krypton Components/Krypton.Ribbon/Krypton.Ribbon 2022.csproj
@@ -73,28 +73,21 @@
True
5.0.0.0
-
- True
- 6.0.0.0
-
-
- True
- 6.0.2.0
+
+
+ 6.0.*
+
-
+
True
5.0.0.0
-
-
- True
- 6.0.0.0
-
-
-
- True
- 6.0.2.0
+
+
+
+
+ 6.0.*
diff --git a/Source/Krypton Components/Krypton.Toolkit/Krypton.Toolkit 2022.csproj b/Source/Krypton Components/Krypton.Toolkit/Krypton.Toolkit 2022.csproj
index 2aa91c0fb..92e7b9b34 100644
--- a/Source/Krypton Components/Krypton.Toolkit/Krypton.Toolkit 2022.csproj
+++ b/Source/Krypton Components/Krypton.Toolkit/Krypton.Toolkit 2022.csproj
@@ -66,35 +66,35 @@
True
4.0.0.0
-
-
- True
- 4.0.0.0
-
-
-
- True
- 5.0.0.0
-
-
-
-
- 6.0.*
-
-
-
-
- True
- 5.0.0.0
-
-
-
-
-
- 6.0.*
-
-
-
+
+
+ True
+ 4.0.0.0
+
+
+
+ True
+ 5.0.0.0
+
+
+
+
+ 6.0.*
+
+
+
+
+ True
+ 5.0.0.0
+
+
+
+
+
+ 6.0.*
+
+
+
Krypton.Toolkit
@@ -142,7 +142,7 @@
Component
- Component
+ Component
Component
@@ -152,7 +152,7 @@
Component
- Component
+ Component
Component
diff --git a/Source/Krypton Components/Krypton.Workspace/Krypton.Workspace 2022.csproj b/Source/Krypton Components/Krypton.Workspace/Krypton.Workspace 2022.csproj
index 1357efdb5..ba47b3343 100644
--- a/Source/Krypton Components/Krypton.Workspace/Krypton.Workspace 2022.csproj
+++ b/Source/Krypton Components/Krypton.Workspace/Krypton.Workspace 2022.csproj
@@ -54,19 +54,22 @@
True
5.0.0.0
-
- True
- 6.0.0.0
+
+
+
+ 6.0.*
+
-
+
True
5.0.0.0
-
-
- True
- 6.0.0.0
+
+
+
+
+ 6.0.*