Enum TextType
The formatting that can be applied to text when displayed in a TextEditorParam popup window
Namespace: LemonEdge.Client.Core.Support
Assembly: ClientCore.dll
Syntax
public enum TextType : short
Fields
Name | Description |
---|---|
CSharp | Formatting applied as c# .net language, can also include reference to a context local type |
NormalText | Plain text with no formatting |
SQL | Formatting applied as t-sql |