UIAlertViewDelegate.ShouldEnableFirstOtherButton(UIAlertView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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