We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HI,
I would like to see the preview of my CustomDialog in Visual Studio but unfortunately it shows the folling error message.
The fix is realy simple, in BaseMetroDialog -> HandleTheme add the NULL check for windowTheme
var windowTheme = DetectTheme(this); if (windowTheme == null) return; var theme = windowTheme.Item1; <-- Throws
Thanks!