Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / UpdatingItemStyleEventArgs Class / ForeColorEditor Property

In This Topic
    ForeColorEditor Property (UpdatingItemStyleEventArgs)
    In This Topic
    Gets or sets the System.Drawing.Color used to display editable text in the ribbon item.
    Syntax
    'Declaration
     
    
    Public Property ForeColorEditor As Color
    public Color ForeColorEditor {get; set;}
    See Also