共用方式為


UITextSmartInsertDeleteType 列舉

定義

列舉填補插入和取消填補刪除的行為。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITextSmartInsertDeleteType
type UITextSmartInsertDeleteType = 
繼承
UITextSmartInsertDeleteType
屬性

欄位

Default 0

表示預設行為。

No 1

表示永遠不會執行填補和取消鍵盤。

Yes 2

表示已啟用填補和取消鍵盤。

適用於