Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / ResetNoteIndicatorColor Method


In This Topic
    ResetNoteIndicatorColor Method (NamedStyle)
    In This Topic
    Resets to its default value the color of the note indicator for the style.
    Syntax
    'Declaration
     
    
    Public Overrides Sub ResetNoteIndicatorColor() 
    'Usage
     
    
    Dim instance As NamedStyle
     
    instance.ResetNoteIndicatorColor()
    public override void ResetNoteIndicatorColor()
    See Also