Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FlatInterfaceRenderer Class / ArrowColorDisabled Property


In This Topic
    ArrowColorDisabled Property (FlatInterfaceRenderer)
    In This Topic
    Gets or sets the color of the arrow button when disabled.
    Syntax
    'Declaration
     
    
    Public Property ArrowColorDisabled As Color
    'Usage
     
    
    Dim instance As FlatInterfaceRenderer
    Dim value As Color
     
    instance.ArrowColorDisabled = value
     
    value = instance.ArrowColorDisabled
    public Color ArrowColorDisabled {get; set;}
    See Also