Share via


UISearchController.Active Property

Definition

Gets or sets whether to display the search interface by default. The default is true.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Active { [Foundation.Export("isActive")] get; [Foundation.Export("setActive:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isActive")>]
[<set: Foundation.Export("setActive:")>]
member this.Active : bool with get, set

Property Value

Attributes

Applies to