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


In This Topic
    ArgbColor Property
    In This Topic
    Gets the ARGB color value of this highlight entry.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ArgbColor As Integer
    'Usage
     
    
    Dim instance As SyntaxHighlightEntry
    Dim value As Integer
     
    value = instance.ArgbColor
    public int ArgbColor {get;}
    See Also