Table of Contents

Property IsMouseEnabled

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsMouseEnabled

Gets or sets a value indicating whether mouse input is enabled.

[Browsable(false)]
public virtual bool IsMouseEnabled { get; set; }

Property Value

bool

Remarks

When set to true, mouse interactions are processed by the control; otherwise, mouse input is ignored. Changing this property may affect the behavior of user interface elements that rely on mouse input.