Spread Windows Forms 15.0
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
    public Color ArrowColorEnabled {get; set;}
    See Also