Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / ArrowColorEnabled Property


In This Topic
    ArrowColorEnabled Property (EnhancedInterfaceRenderer)
    In This Topic
    Gets or sets the arrow color when the button is enabled.
    Syntax
    'Declaration
     
    
    Public Property ArrowColorEnabled As Color
    'Usage
     
    
    Dim instance As EnhancedInterfaceRenderer
    Dim value As Color
     
    instance.ArrowColorEnabled = value
     
    value = instance.ArrowColorEnabled
    public Color ArrowColorEnabled {get; set;}

    Property Value

    The arrow color enabled.
    See Also