ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / StyleGlyphSet Class / GetColored Method

In This Topic
    GetColored Method
    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 System.Drawing.Color, _
       ByVal flipRtl As System.Boolean _
    ) As System.Drawing.Image
    public System.Drawing.Image GetColored( 
       StyleGlyph styleGlyph,
       System.Drawing.Color foreColor,
       System.bool flipRtl
    )

    Parameters

    styleGlyph
    foreColor
    flipRtl
    See Also