Spread Windows Forms 15.0
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
    public bool IsColorized {get;}
    See Also