Click or drag to resize

IsPen Function

X#
-- todo --
Determines if the last Tablet PC mouse event was a pen tap.

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 FUNCTION IsPen() AS LOGIC
Request Example View Source

Return Value

Type: Logic
Remarks
The IsPen( ) function returns a logical true (.T.) if the last Tablet PC mouse event was a pen tap. A logical false (.F.) is returned if the last mouse event wasn't a pen tap.
See Also