Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ICustomizeColor Interface / ArrowColorEnabled Property


In This Topic
ArrowColorEnabled Property (ICustomizeColor)
In This Topic
Gets or sets enabled arrow color.
Syntax
'Declaration
 
Property ArrowColorEnabled As Color
 
'Usage
 
Dim instance As ICustomizeColor
Dim value As Color
 
instance.ArrowColorEnabled = value
 
value = instance.ArrowColorEnabled
See Also