SECColorWell::SetMouseTracking

void SECColorWell::SetMouseTracking(BOOL bTracking)

Enables/Disables mouse tracking. With mouse tracking enabled, when the mouse passes over a color cell, that color cell is selected. If mouse tracking is disabled, the user has to click on the color cell before it is selected.

Defined in: SECWELL.cpp

Return Value

void

Parameters

bTracking

TRUE if mouse tracking is to be enabled; otherwise FALSE.

See Also

SECColorWell GetMouseTracking