|
protectedvirtual |
Called when a button's text should be redrawn
Override this function when you need to customize a button's text drawing. See CDC::DrawText function for details about formatting flags.
pDC | A pointer to a device context |
rect | A button's text bounding rectangle |
strText | a text to be drawn |
uiDTFlags | Specifies the flags used by CDC::DrawText. |
uiState | Specifies the method of formatting the text |