ReactOS 0.4.16-dev-1007-g2e85425
|
#include <GridView.h>
Public Attributes | |
CAtlStringW | FontName |
LOGFONTW | Font |
HFONT | hFont |
USHORT | ValidGlyphs [MAX_GLYPHS] |
USHORT | NumValidGlyphs |
Definition at line 6 of file GridView.h.
LOGFONTW CurrentFont::Font |
Definition at line 9 of file GridView.h.
Referenced by CGridView::OnSize(), and CGridView::SetFont().
CAtlStringW CurrentFont::FontName |
Definition at line 8 of file GridView.h.
Referenced by CGridView::SetFont().
HFONT CurrentFont::hFont |
Definition at line 10 of file GridView.h.
Referenced by CGridView::DrawGrid(), CGridView::OnSize(), and CGridView::SetFont().
USHORT CurrentFont::NumValidGlyphs |
Definition at line 12 of file GridView.h.
Referenced by CGridView::SetFont().
USHORT CurrentFont::ValidGlyphs[MAX_GLYPHS] |
Definition at line 11 of file GridView.h.
Referenced by CGridView::DrawGrid(), and CGridView::SetFont().