Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ICustomizeColor Interface / ArrowColorDisabled Property


In This Topic
    ArrowColorDisabled Property (ICustomizeColor)
    In This Topic
    Gets or sets disabled arrow color.
    Syntax
    'Declaration
     
    
    Property ArrowColorDisabled As Color
    'Usage
     
    
    Dim instance As ICustomizeColor
    Dim value As Color
     
    instance.ArrowColorDisabled = value
     
    value = instance.ArrowColorDisabled
    Color ArrowColorDisabled {get; set;}
    See Also