UIAlertViewDelegate_Extensions.ShouldEnableFirstOtherButton Method

Definition

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

public static bool ShouldEnableFirstOtherButton (this UIKit.IUIAlertViewDelegate This, UIKit.UIAlertView alertView);
static member ShouldEnableFirstOtherButton : UIKit.IUIAlertViewDelegate * UIKit.UIAlertView -> bool

Parameters

This
IUIAlertViewDelegate

The instance on which this extension method operates.

alertView
UIAlertView

Returns

Applies to