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

指示已启用填充和取消填充。

适用于