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


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

    Property Value

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