UIAlertViewDelegate.ShouldEnableFirstOtherButton(UIAlertView) Method

Definition

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

[Foundation.Export("alertViewShouldEnableFirstOtherButton:")]
public virtual bool ShouldEnableFirstOtherButton (UIKit.UIAlertView alertView);
abstract member ShouldEnableFirstOtherButton : UIKit.UIAlertView -> bool
override this.ShouldEnableFirstOtherButton : UIKit.UIAlertView -> bool

Parameters

alertView
UIAlertView

Returns

Attributes

Applies to