Enum FormatType
Defines the constants that specifies the default types supported by EditControl render.
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public enum FormatType
Fields
| Name | Description |
|---|---|
| Bookmark | Specifies the special bookmark formatting. |
| CollapsedText | Specifies the text of collapsed region caption. |
| Comment | Specifies the comment in parsed language. |
| CurrentStatement | Specifies the current cursor position. |
| Custom | Specifies all other formats which cannot be identified directly by control. |
| DisabledBreakPoint | Specifies the disabled breakpoint look and feel. |
| EnabledBreakPoint | Specifies the display line of code as is on it set breakpoint. |
| Error | Specifies the display part of text in error color. |
| InactiveSelectedText | Specifies the selected text drawing when window which holds the control loses focus. |
| KeyWord | Specifies the keyword of language. |
| Number | Specifies the number value in integer or float format. |
| Operator | Specifies the operators and punctuators symbols. |
| PreprocessorKeyword | Specifies the keyword which does not belong to language directly and used by pre-processing. |
| ReadOnlyRegion | Read only parts of text. Text marked in colors which say to user that code cannot be edited. |
| SelectedText | Specifies the selected text format. |
| SingleCharacter | Specifies the one character symbols. |
| String | Specifies the strings. |
| Text | Specifies the default text drawing format. |
| URI | Specifies the Unique resource identifier, mostly used for web URL and e-mails. |
| Whitespace | Specifies the whitespace and tabs. |
| WizardCode | Specifies the special code which generated automatically by environment can be assigned to this format. |
| WrongBreakPoint | Specifies that breakpoint placed in wrong location. |