Share via


UIAlertViewDelegate.ShouldEnableFirstOtherButton(UIAlertView) Method

Definition

Whether the first non-cancel button in this UIAlertView should be enabled.

[Foundation.Export("alertViewShouldEnableFirstOtherButton:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldEnableFirstOtherButton(UIKit.UIAlertView alertView);
[<Foundation.Export("alertViewShouldEnableFirstOtherButton:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldEnableFirstOtherButton : UIKit.UIAlertView -> bool
override this.ShouldEnableFirstOtherButton : UIKit.UIAlertView -> bool

Parameters

alertView
UIAlertView

Returns

Implements

Attributes

Applies to