Spread WinForms 15
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
See Also