Sets Pressed property.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
protected void SetPressed(
	bool value
)
Visual Basic (Declaration)
Protected Sub SetPressed ( _
	value As Boolean _
)
Visual C++
protected:
void SetPressed(
	bool value
)

Parameters

value
Type: System..::.Boolean

See Also