Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / SyntaxHighlightEntry Structure / IsColorized Property


In This Topic
IsColorized Property
In This Topic
Gets a boolean value indicates whether the syntax highlight entry should be colorized.
Syntax
'Declaration
 
Public ReadOnly Property IsColorized As Boolean
 
'Usage
 
Dim instance As SyntaxHighlightEntry
Dim value As Boolean
 
value = instance.IsColorized
See Also