InkEdit.UseMouseForInput Property

InkEdit.UseMouseForInput Property

Gets or sets a value that indicates whether the mouse can be used as an input device for the InkEdit control.

Definition

Visual Basic .NET Public Property UseMouseForInput As Boolean
C# public bool UseMouseForInput { get; set; }
Managed C++ public: __property bool* get_UseMouseForInput();
public: __property void set_UseMouseForInput(bool*);

Property Value

System.Boolean. Whether the mouse can be used as an input device for the InkEdit control.

This property is read/write.

true The mouse can be used as an input device for the InkEdit control.
false Default. The mouse cannot be used as an input device for the InkEdit control.

Remarks

This property should only be changed if the Status property returns Idle.

Note: If you are developing applications on a computer that is not running Microsoft® Windows® XP Tablet PC Edition, you must set the UseMouseForInput property to true in order to use the mouse as an input device when testing an InkEdit control in your application.