SECMenuButton::OnLButtonUp

voidSECMenuButton::OnLButtonUp(UINTnFlags, CPointpoint)

Called when the user releases the left mouse 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 in order to detect allow button click events to be sent to the parent window before the menu appears.

See Also

SECOwnerDrawButton