Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / SyntaxHighlightEntry Structure / IsUncompleted Property


In This Topic
    IsUncompleted Property
    In This Topic
    Gets a value indicating whether the highlight entry is not completed yet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsUncompleted As Boolean
    'Usage
     
    
    Dim instance As SyntaxHighlightEntry
    Dim value As Boolean
     
    value = instance.IsUncompleted
    public bool IsUncompleted {get;}
    See Also