InkEdit.UseMouseForInput Property
Gets or sets a value that indicates whether the mouse can be used as an input device for the InkEdit control.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in microsoft.ink.dll)
Syntax
'Declaration
Public Property UseMouseForInput As Boolean
'Usage
Dim instance As InkEdit
Dim value As Boolean
value = instance.UseMouseForInput
instance.UseMouseForInput = value
public bool UseMouseForInput { get; set; }
public:
property bool UseMouseForInput {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_UseMouseForInput ()
/** @property */
public void set_UseMouseForInput (boolean value)
public function get UseMouseForInput () : boolean
public function set UseMouseForInput (value : boolean)
Not applicable.
Property Value
true if the mouse can be used as an input device for the InkEdit control; otherwise, false.
Remarks
This property should only be changed if the Status property returns the InkEditStatus enumeration value, 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.
Platforms
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Version Information
.NET Framework
Supported in: 3.0