Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / SyntaxHighlightEntry Structure / IsDefineName Property


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

    Property Value

    true if the highlight entry is define name element; otherwise false.
    See Also