TVistaButtonPerformClick Method

This method raises an animation as if 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 nPressedTimeout
)

Parameters

nPressedTimeout  Int32
Sets timeout of mouse-down. Value is in miliseconds.

Remarks

Control stays in pressed state for the specified amount of time.

See Also