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
1>Z:\GitHub\Krypton-Suite\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Designers\Action Lists\KryptonCheckButtonActionList.cs(78,33,78,49): warning CS0108: 'KryptonCheckButtonActionList.ContextMenuStrip' hides inherited member 'KryptonButtonActionList.ContextMenuStrip'. Use the new keyword if hiding was intended.1>Z:\GitHub\Krypton-Suite\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Designers\Action Lists\KryptonCheckButtonActionList.cs(95,21,95,34): warning CS0108: 'KryptonCheckButtonActionList.ShortTextFont' hides inherited member 'KryptonButtonActionList.ShortTextFont'. Use the new keyword if hiding was intended.1>Z:\GitHub\Krypton-Suite\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Designers\Action Lists\KryptonCheckButtonActionList.cs(112,21,112,33): warning CS0108: 'KryptonCheckButtonActionList.LongTextFont' hides inherited member 'KryptonButtonActionList.LongTextFont'. Use the new keyword if hiding was intended.1>Z:\GitHub\Krypton-Suite\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Designers\Action Lists\KryptonCheckButtonActionList.cs(130,20,130,32): warning CS0108: 'KryptonCheckButtonActionList.CornerRadius' hides inherited member 'KryptonButtonActionList.CornerRadius'. Use the new keyword if hiding was intended.
To Reproduce
Steps to reproduce the behaviour:
Build the code !
Expected behavior
The KryptonCheckButton is derived from the KryptonButton, so replacing these functions just complicates the build and the expectation so of the code
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. Windows 10]
Version 6.0.0.0
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Steps to reproduce the behaviour:
Build the code !
Expected behavior
The
KryptonCheckButton
is derived from theKryptonButton
, so replacing these functions just complicates the build and the expectation so of the codeScreenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: