BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hello All,
I'm having an issue where I load an external config and then try to
switch to a Known Language, I get the following error “The specified language cannot
be found."
Syncfusion.Drawing.BrushInfo(ColorTranslator.FromHtml("#ffffff"))
SnippetEditControl.Style =
EditControlStyle.Default
SnippetEditControl.Configurator.Open(DefaultThemeConfig)
SnippetEditControl.ApplyConfiguration("C#")
SnippetEditControl.SelectionTextColor = ColorTranslator.FromHtml("#bfdfff")
Later, when I try load a ‘KnownLanguages’ of 'Text' I get the error
Case
"Text"
SnippetEditControl.ApplyConfiguration(KnownLanguages.Text)
........
End Select
It seems the 'Configurator' forgets the 'KnownLanguages'. How do I bring these back?
Thanks
Andy
SnippetEditControl.Configurator.Reset()
SnippetEditControl.ApplyConfiguration(KnownLanguages.Text) |