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