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


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