[]
Gets a cell glyph to show in a cell.
protected virtual bool GetCellGlyphs(int row, int col, Rectangle rc, out Image glyphLeft, out Image glyphRight, out Image glyphSort)
Protected Overridable Function GetCellGlyphs(row As Integer, col As Integer, rc As Rectangle, ByRef glyphLeft As Image, ByRef glyphRight As Image, ByRef glyphSort As Image) As Boolean
| Type | Name | Description |
|---|---|---|
| int | row | Row index. |
| int | col | Column index. |
| Rectangle | rc | Cell rectangle |
| Image | glyphLeft | Glyphs to display on the left of the cell. |
| Image | glyphRight | Glyphs to display on the right of the cell. |
| Image | glyphSort | Glyph to display above the cell content. |
| Type | Description |
|---|---|
| bool | True if any glyphs were assigned to the cell, false otherwise. |
This method is for internal use. It allows inherited classes to customize the display of the sorting glyphs.