Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / ArrowColorDisabled Property


In This Topic
ArrowColorDisabled Property (EnhancedInterfaceRenderer)
In This Topic
Gets or sets the arrow color when the button is disabled.
Syntax
'Declaration
 
Public Property ArrowColorDisabled As Color
 
'Usage
 
Dim instance As EnhancedInterfaceRenderer
Dim value As Color
 
instance.ArrowColorDisabled = value
 
value = instance.ArrowColorDisabled

Property Value

The arrow color disabled.
See Also