다음을 통해 공유


UITextField.ClearsOnInsertion 속성

정의

붙여넣기 작업이 기존 콘텐츠를 대체해야 하는지 여부입니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ClearsOnInsertion { [Foundation.Export("clearsOnInsertion")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setClearsOnInsertion:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.ClearsOnInsertion : bool with get, set

속성 값

기본값은 false입니다.

특성

설명

이면 true선택 UI가 숨겨지고 게시 작업이 기존 콘텐츠를 대체합니다.

적용 대상