SPFieldNumber.IMEMode property
取得或設定要用於欄位的輸入法 (IME) 模式偏差。輸入法會啟用按鍵時一個寫入系統具有更多字元比可以編碼的指定鍵盤語言之間的轉換。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides ReadOnly Property IMEMode As String
Get
'用途
Dim instance As SPFieldNumber
Dim value As String
value = instance.IMEMode
public override string IMEMode { get; }
Property value
Type: System.String
字串,會指定的模式。
備註
輸入法模式設為其中一個值,如下表中。
值 |
描述 |
---|---|
Auto |
不會使用。若要指定此 「 輸入法模式,請將IMEMode屬性值設定為空字串 ("")。 |
active |
透過輸入法,輸入所有字元,但使用者仍可以停用輸入法。 |
inactive |
字元輸入沒有輸入法,但使用者仍可以啟動輸入法。 |