Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DynamicStyleInfo Class / NoteIndicatorColor Property


In This Topic
    NoteIndicatorColor Property (DynamicStyleInfo)
    In This Topic
    Gets or sets the color of the cell note indicator.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property NoteIndicatorColor As Color
    'Usage
     
    
    Dim instance As DynamicStyleInfo
    Dim value As Color
     
    value = instance.NoteIndicatorColor
    public virtual Color NoteIndicatorColor {get;}
    See Also