Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FlatInterfaceRenderer Class / ArrowColorEnabled Property


In This Topic
ArrowColorEnabled Property (FlatInterfaceRenderer)
In This Topic
Gets or sets the color of the arrow button when enabled.
Syntax
'Declaration
 
Public Property ArrowColorEnabled As Color
 
'Usage
 
Dim instance As FlatInterfaceRenderer
Dim value As Color
 
instance.ArrowColorEnabled = value
 
value = instance.ArrowColorEnabled
See Also