Spread Windows Forms 17
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
    public Color ArrowColorDisabled {get; set;}

    Property Value

    The arrow color disabled.
    See Also