Property IsMouseEnabled
IsMouseEnabled
Gets or sets a value indicating whether mouse input is enabled.
[Browsable(false)]
public virtual bool IsMouseEnabled { get; set; }
Property Value
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.