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


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