Beta Documentation - Subject to change.

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

Syntax

Lua
function Control:IsMouseVisible();

Returns

Type: boolean
True if the control processing 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