UIAlertView.GetTextField(nint) 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.
Returns a text field for specified index.
[Foundation.Export("textFieldAtIndex:")]
public virtual UIKit.UITextField GetTextField (nint textFieldIndex);
abstract member GetTextField : nint -> UIKit.UITextField
override this.GetTextField : nint -> UIKit.UITextField
Parameters
- textFieldIndex
- System.System.IntPtr System.nativeint
The index of the text field to return
Returns
A text field for specified index.
- Attributes
Remarks
The text fields available in the alert view depend upon what UIAlertViewStyle is used.