TCheckBoxPerformClick Method

This method raises an animation as the control was pressed.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public void PerformClick(
	int pressedTimeout
)

Parameters

pressedTimeout  Int32
Sets timeout of mouse-down.

Control stays in pressed state for that amount of time.

Value are in milliseconds.

See Also