Share via


UIAlertViewDelegate_Extensions.ShouldEnableFirstOtherButton Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldEnableFirstOtherButton(this UIKit.IUIAlertViewDelegate This, UIKit.UIAlertView alertView);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldEnableFirstOtherButton : UIKit.IUIAlertViewDelegate * UIKit.UIAlertView -> bool

Parameters

alertView
UIAlertView

Returns

Attributes

Applies to