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


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