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


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