2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Format listYou could list all the formats in the currently loaded configuration settings using the following code snippets. C# ArrayList formatsList = new ArrayList(); foreach( ISnippetFormat format in (FormatManager)editControl1.Language ) { formatsList.Add(format); }
VB Dim formatsList As ArrayList = New ArrayList() For Each format In CType(editControl1.Language, FormatManager) formatsList.Add(format) Next format
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.