Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / StyleGlyphSet Class / GetColored Method

In This Topic
    GetColored Method (StyleGlyphSet)
    In This Topic
    Returns a glyph image that is drawn using the specified foreground color.
    Syntax
    'Declaration
     
    
    Public Function GetColored( _
       ByVal styleGlyph As StyleGlyph, _
       ByVal foreColor As Color, _
       ByVal flipRtl As Boolean _
    ) As Image

    Parameters

    styleGlyph
    foreColor
    flipRtl
    See Also