Beta Documentation - Subject to change.

Gets a flag indicating if the mouse will see this control.

Syntax

Lua
function Control:SetMouseVisible(value);

Parameters

value
Type: boolean
True if the control should process mouse messages.

Remarks

Gets a flag indicating if the mouse is visible to the control. If the mouse is not visible then controls underneath will handle mouse messages.

See Also