The members of MonoTouch.UIKit.UITextField are listed below.
See Also: Inherited members from MonoTouch.UIKit.UIControl
Public Constructors
Implemented by subclasses to initialize a new object (the receiver) immediately after memory for it has been allocated. A constructor that initializes the object from the data stored in the unarchiver object. Constructor to call on derived classes when the derived class has an [Export] constructor. Initializes and returns a newly allocated view object with the specified frame rectangle. A constructor used when creating managed representations of unmanaged objects; Called by the runtime.
Public Properties
AdjustsFontSizeToFitWidth bool. A Boolean value indicating whether the font size should be reduced in order to fit the text string into the text field’s bounding rectangle. AutocapitalizationType UITextAutocapitalizationType. Documentation for this section has not yet been entered. AutocorrectionType UITextAutocorrectionType. Documentation for this section has not yet been entered. Background UIImage. The image that represents the background appearance of the text field when it is enabled. BorderStyle UITextBorderStyle. The border style used by the text field. [read-only] overrideClassHandle IntPtr. The handle for this class. ClearButtonMode UITextFieldViewMode. Controls when the standard clear button appears in the text field. ClearsOnBeginEditing bool. A Boolean value indicating whether the text field removes old text when editing begins. Delegate UITextFieldDelegate. An instance of the MonoTouch.UIKit.UITextFieldDelegate model class which acts as the class delegate. DisabledBackground UIImage. The image that represents the background appearance of the text field when it is disabled. EnablesReturnKeyAutomatically bool. Documentation for this section has not yet been entered. Font UIFont. The font of the text. [read-only] InputAccessoryView UIView. The custom accessory view to display when the text field becomes the first responder [read-only] InputView UIView. The custom input view to display when the text field becomes the first responder. [read-only] IsEditing bool. A Boolean value indicating whether the text field is currently in edit mode. (read-only) KeyboardAppearance UIKeyboardAppearance. Documentation for this section has not yet been entered. KeyboardType UIKeyboardType. Documentation for this section has not yet been entered. LeftView UIView. The overlay view displayed on the left side of the text field. LeftViewMode UITextFieldViewMode. Controls when the left overlay view appears in the text field. MinimumFontSize float. The size of the smallest permissible font with which to draw the text field’s text. Placeholder string. The string that is displayed when there is no other text in the text field. ReturnKeyType UIReturnKeyType. Documentation for this section has not yet been entered. RightViewMode UITextFieldViewMode. The overlay view displayed on the right side of the text field. SecureTextEntry bool. Documentation for this section has not yet been entered. ShouldBeginEditing UITextFieldCondition. Determines if editing can start. ShouldChangeCharacters UITextFieldChange. Use this callback to control whether the characters in the range can be changed. ShouldClear UITextFieldCondition. Controls whether the UITextField will be cleared. ShouldEndEditing UITextFieldCondition. Determines whether editing should stop. ShouldReturn UITextFieldCondition. Controls whether the UITextField should process the Return button. Text string. The text displayed by the text field. TextAlignment UITextAlignment. The technique to use for aligning the text. TextColor UIColor. The color of the text. [read-only] staticTextDidBeginEditingNotification MonoTouch.Foundation.NSString. Documentation for this section has not yet been entered. [read-only] staticTextDidEndEditingNotification MonoTouch.Foundation.NSString. Documentation for this section has not yet been entered. [read-only] staticTextFieldTextDidChangeNotification MonoTouch.Foundation.NSString. Documentation for this section has not yet been entered. WeakDelegate MonoTouch.Foundation.NSObject. The receiver’s delegate.
Public Methods
BorderRect(System.Drawing.RectangleF) : System.Drawing.RectangleF Returns the receiver’s border rectangle.ClearButtonRect(System.Drawing.RectangleF) : System.Drawing.RectangleF Returns the drawing rectangle for the built-in clear button.DrawPlaceholder(System.Drawing.RectangleF) Draws the receiver’s placeholder text in the specified rectangle.DrawText(System.Drawing.RectangleF) Draws the receiver’s text in the specified rectangle.EditingRect(System.Drawing.RectangleF) : System.Drawing.RectangleF Returns the rectangle in which editable text can be displayed.LeftViewRect(System.Drawing.RectangleF) : System.Drawing.RectangleF Returns the drawing rectangle of the receiver’s left overlay view.PlaceholderRect(System.Drawing.RectangleF) : System.Drawing.RectangleF Returns the drawing rectangle for the text field’s placeholder textRightViewRect(System.Drawing.RectangleF) : System.Drawing.RectangleF Returns the drawing location of the receiver’s right overlay view.TextRect(System.Drawing.RectangleF) : System.Drawing.RectangleF Returns the drawing rectangle for the text field’s text.
Public Events
Extension Methods
staticAsQueryable(this IEnumerable) : System.Linq.IQueryable Documentation for this section has not yet been entered. staticCast<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered. staticOfType<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered.