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


In This Topic
    IsStructureReference Property
    In This Topic
    Gets a value indicating whether the highlight entry is a structure reference .
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsStructureReference As Boolean
    'Usage
     
    
    Dim instance As SyntaxHighlightEntry
    Dim value As Boolean
     
    value = instance.IsStructureReference
    public bool IsStructureReference {get;}

    Property Value

    true if the highlight entry is a structure reference; otherwise false.
    See Also