SECWellButton::DrawFocus

void SECWellButton::DrawFocus(CDC* pDC, CRect& rect)

Called to draw the focus rectangle on the face of the button.

Defined in: SECBTNS.cpp

Return Value

void

Parameters

pDC

Points to the device context.

rect

The bounding rectangle for the face of the button.

Comments

The rect structure identifies the bounding rectangle for the face of the button. This is the client rectangle of the button less any borders.

See Also

SECWellButton