Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ICustomizeColor Interface / ArrowColorEnabled Property


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