FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / GridGlyphs Class / GetIconImage Method
The type of glyph image to return.
The style of cell.

In This Topic
    GetIconImage Method
    In This Topic
    Returns image generated from the vectorial icon.
    Syntax
    'Declaration
     
    
    Public Function GetIconImage( _
       ByVal glyph As GlyphEnum, _
       ByVal cs As CellStyle _
    ) As Image
    public Image GetIconImage( 
       GlyphEnum glyph,
       CellStyle cs
    )

    Parameters

    glyph
    The type of glyph image to return.
    cs
    The style of cell.
    See Also