Table of Contents

Method ResetIsMouseLeftButtonDown

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

ResetIsMouseLeftButtonDown(AbstractControl, bool)

Resets the IsMouseLeftButtonDown property of the specified control and its child controls.

public static void ResetIsMouseLeftButtonDown(AbstractControl control, bool recursive = true)

Parameters

control AbstractControl

The AbstractControl to reset.

recursive bool

true to reset child controls; otherwise, false. Optional. Default is true.