InkEdit.InkInsertMode Property
Gets or sets a value from the InkInsertMode enumeration that indicates how ink is inserted onto the control.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in microsoft.ink.dll)
Syntax
'Declaration
Public Property InkInsertMode As InkInsertMode
'Usage
Dim instance As InkEdit
Dim value As InkInsertMode
value = instance.InkInsertMode
instance.InkInsertMode = value
public InkInsertMode InkInsertMode { get; set; }
public:
property InkInsertMode InkInsertMode {
InkInsertMode get ();
void set (InkInsertMode value);
}
/** @property */
public InkInsertMode get_InkInsertMode ()
/** @property */
public void set_InkInsertMode (InkInsertMode value)
public function get InkInsertMode () : InkInsertMode
public function set InkInsertMode (value : InkInsertMode)
Not applicable.
Property Value
A InkInsertMode value indicating how ink is inserted onto the control.
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
See Also
Reference
InkEdit Class
InkEdit Members
Microsoft.Ink Namespace
InkInsertMode