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

In This Topic
    CreateIcon Method (StyleGlyphSet)
    In This Topic
    Returns a glyph icon that is drawn.
    Syntax
    'Declaration
     
    
    Public Function CreateIcon( _
       ByVal styleGlyph As StyleGlyph _
    ) As C1PathIcon
    public C1PathIcon CreateIcon( 
       StyleGlyph styleGlyph
    )

    Parameters

    styleGlyph
    See Also