Поделиться через


InkEdit.InkInsertMode - свойство

Обновлен: Ноябрь 2007

Gets or sets a value from the InkInsertMode enumeration that indicates how ink is inserted onto the control.

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink (в Microsoft.Ink.dll)

Синтаксис

'Декларация
<BrowsableAttribute(True)> _
Public Property InkInsertMode As InkInsertMode
'Применение
Dim instance As InkEdit
Dim value As InkInsertMode

value = instance.InkInsertMode

instance.InkInsertMode = value
[BrowsableAttribute(true)]
public InkInsertMode InkInsertMode { get; set; }
[BrowsableAttribute(true)]
public:
property InkInsertMode InkInsertMode {
    InkInsertMode get ();
    void set (InkInsertMode value);
}
/** @property */
/** @attribute BrowsableAttribute(true) */
public InkInsertMode get_InkInsertMode()
/** @property */
/** @attribute BrowsableAttribute(true) */
public  void set_InkInsertMode(InkInsertMode value)
public function get InkInsertMode () : InkInsertMode
public function set InkInsertMode (value : InkInsertMode)

Значение свойства

Тип: Microsoft.Ink.InkInsertMode
An InkInsertMode value indicating how ink is inserted onto the control.

Примеры

In this example, the InkInsertMode property is set to place ink into the InkEdit control as Text.

mInkEdit.InkInsertMode = InkInsertMode.InsertAsText
mInkEdit.InkInsertMode = InkInsertMode.InsertAsText;

Платформы

Windows Vista

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

InkEdit Класс

InkEdit - члены

Microsoft.Ink - пространство имен

InkInsertMode