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

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, _
       Optional ByVal iconsStyle As IconsStyle _
    ) As Image

    Parameters

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