從 InkInsertMode 列舉型別取得或設定值,這個值表示將「筆墨」插入至控制項的方法。
命名空間: 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
InkInsertMode 值,表示將「筆墨」插入至控制項的方法。
範例
在這個範例中,InkInsertMode 屬性是設定為以 Text 的形式,將筆墨放入 InkEdit 控制項中。
mInkEdit.InkInsertMode = InkInsertMode.InsertAsText
mInkEdit.InkInsertMode = InkInsertMode.InsertAsText;
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0