SECOwnerDrawButton::OnMouseMove

voidSECOwnerDrawButton::OnMouseMove(UINTnFlags, CPointpoint)

Called when the user moves the mouse over the button.

Defined in: SECBTNS.cpp

Return Value

void

Parameters

nFlags

Indicates whether various virtual keys are down.

point

Specifies the x- and y-coordinate of the cursor.

Comments

This method is overridden so that we can cause the cool look border to be drawn.

See Also

SECOwnerDrawButton