[]
        
(Showing Draft Content)

C1.Win.FlexGrid.GridGlyphs.GetIconImage

GetIconImage Method

GetIconImage(GlyphEnum, CellStyle, IconsStyle)

Returns image generated from the vectorial icon.

Declaration
public Image GetIconImage(GlyphEnum glyph, CellStyle cs, IconsStyle iconsStyle = IconsStyle.Default)
Public Function GetIconImage(glyph As GlyphEnum, cs As CellStyle, Optional iconsStyle As IconsStyle = IconsStyle.Default) As Image
Parameters
Type Name Description
GlyphEnum glyph

The type of glyph image to return.

CellStyle cs

The style of cell.

IconsStyle iconsStyle

The IconsStyle of glyph.

Returns
Type Description
Image