The members of MonoTouch.UIKit.UITextField are listed below.
See Also: Inherited members from MonoTouch.UIKit.UIControl
| Default constructor that initializes a new instance of this class with no parameters. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| Initializes the UITextField with the specified frame. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| AdjustsFontSizeToFitWidth | bool. A stem.Boolean that controls if the font should be scaled down to ensure the text fits in the control. | |
| AllowsEditingTextAttributes | bool. Whether text entered or pasted can change the attributes of the content. | |
| [read-only] static | Appearance | UITextField.UITextFieldAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| AttributedPlaceholder | MonoTouch.Foundation.NSAttributedString. Sets the contents of the placeholder as an attributed string. | |
| AttributedText | MonoTouch.Foundation.NSAttributedString. Sets the contents of the text field using an attributed string. | |
| AutocapitalizationType | UITextAutocapitalizationType. This property controls how words should be capitalized by the system during user input. | |
| AutocorrectionType | UITextAutocorrectionType. This property controls how auto-correction should be applied by the system during user input. | |
| Background | UIImage. This property contains the image that will be displayed in the background of the control when it is enabled. | |
| [read-only] | BeginningOfDocument | UITextPosition. Specifies the text position that is the start of the document. Read-only. |
| BorderStyle | UITextBorderStyle. The border style. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| ClearButtonMode | UITextFieldViewMode. This property controls when the 'clear' button appears in the text field. | |
| ClearsOnBeginEditing | bool. This property indicates if the control will delete any existing text before editing. | |
| ClearsOnInsertion | bool. Whether a paste operation should replace existing content. | |
| [read-only] static | CurrentInputModeDidChangeNotification | MonoTouch.Foundation.NSString. Notification constant for CurrentInputModeDidChange |
| Delegate | UITextFieldDelegate. An instance of the MonoTouch.UIKit.UITextFieldDelegate model class which acts as the class delegate. | |
| DisabledBackground | UIImage. The image to display in the background when the control is disabled. | |
| EnablesReturnKeyAutomatically | bool. A value that control if the return key is automatically enabled. | |
| [read-only] | EndOfDocument | UITextPosition. The text position for the end of the document. |
| Font | UIFont. The font to use for displaying the text. | |
| [read-only] | HasText | bool. A value representing if there is text in the view. |
| InputAccessoryView | UIView. A custom view to display when this control becomes the first responder. | |
| InputDelegate | UITextInputDelegate. The input delegate object for this MonoTouch.UIKit.UITextField. | |
| InputView | UIView. A custom view to be used when the control becomes the first responder. | |
| [read-only] | IsEditing | bool. A value that indicates if the user is editing the text in the view. Read-only. |
| KeyboardAppearance | UIKeyboardAppearance. The style of the keyboard that is used with the view. | |
| KeyboardType | UIKeyboardType. The type of keyboard to use with the view. | |
| LeftView | UIView. An overlay that is displayed on the left side of the view. | |
| LeftViewMode | UITextFieldViewMode. A property that determines when the UITextField.LeftView will be displayed. | |
| [read-only] | MarkedTextRange | UITextRange. The range of marked text in the document. Read-only. |
| MarkedTextStyle | MonoTouch.Foundation.NSDictionary. A MonoTouch.Foundation.NSDictionary of attributes describing style of the UITextField.MarkedTextRange. | |
| MinimumFontSize | float. This property represents the smallest font size that may be used for the text. | |
| Placeholder | string. This property represents the text to be displayed when there is no text in the view. | |
| ReturnKeyType | UIReturnKeyType. The property is used to get or set the MonoTouch.UIKit.UIReturnKeyType of the "return" key. The "return" key will display different text depending on this property. | |
| RightView | UIView. This property holds a overlay that will be displayed on the right side of the text field. | |
| RightViewMode | UITextFieldViewMode. This property controls when the UITextField.RightView will appear. | |
| SecureTextEntry | bool. This property controls if the text being displayed should be hidden. | |
| SelectedTextRange | UITextRange. This property returns the range of text that is selected. | |
| ShouldBeginEditing | UITextFieldCondition. Delegate invoked by the object to get a value. | |
| ShouldChangeCharacters | UITextFieldChange. Delegate invoked by the object to get a value. | |
| ShouldClear | UITextFieldCondition. Delegate invoked by the object to get a value. | |
| ShouldEndEditing | UITextFieldCondition. Delegate invoked by the object to get a value. | |
| ShouldReturn | UITextFieldCondition. Delegate invoked by the object to get a value. | |
| SpellCheckingType | UITextSpellCheckingType. This property controls if spell checking will be enabled or disabled during input. | |
| Text | string. The text to display. | |
| TextAlignment | UITextAlignment. How the UITextField.Text should be aligned. | |
| [read-only] static | TextBackgroundColorKey | MonoTouch.Foundation.NSString. The property holds the key that should be used to retrieve the background color of text from a MonoTouch.Foundation.NSDictionary. |
| TextColor | UIColor. The color of the UITextField.Text. | |
| [read-only] static | TextColorKey | MonoTouch.Foundation.NSString. The property holds the key that should be used to retrieve the value of the text color from a MonoTouch.Foundation.NSDictionary. |
| [read-only] static | TextDidBeginEditingNotification | MonoTouch.Foundation.NSString. Notification constant for TextDidBeginEditing |
| [read-only] static | TextDidEndEditingNotification | MonoTouch.Foundation.NSString. Notification constant for TextDidEndEditing |
| [read-only] static | TextFieldTextDidChangeNotification | MonoTouch.Foundation.NSString. Notification constant for TextFieldTextDidChange |
| [read-only] static | TextFontKey | MonoTouch.Foundation.NSString. The property holds the key that should be used to retrieve the value of the font for the text from a MonoTouch.Foundation.NSDictionary. |
| [read-only] | TextInputView | UIView. This the view that provides the coordinate system. Read-only. |
| [read-only] | Tokenizer | UITextInputTokenizer. This property provides information on the tokenizer that would be used to break up the text into units such as characters, words, lines, and paragraphs. |
| TypingAttributes | MonoTouch.Foundation.NSDictionary. The attribute keys to apply to newly typed text. | |
| WeakDefaultTextAttributes | MonoTouch.Foundation.NSDictionary. A reference to the text attributes that does not prevent garbage collection. | |
| WeakDelegate | MonoTouch.Foundation.NSObject. An object that can respond to the delegate protocol for this type | |
| WeakInputDelegate | MonoTouch.Foundation.NSObject. An object that can respond to the delegate protocol for inserted text. | |
| [read-only] | WeakTokenizer | MonoTouch.Foundation.NSObject. This property provides information on the tokenizer that would be used to break up the text into units such as characters, words, lines, and paragraphs. |
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
BorderRect(System.Drawing.RectangleF)Returns the border rectangle. | ||
ClearButtonRect(System.Drawing.RectangleF)Returns a rectangle for drawing the 'clear' button. | ||
ComparePosition(UITextPosition, UITextPosition)Returns a value that shows how one location in a document that compares to another location: before, identical, or after. | ||
DeleteBackward()This method will delete one character backward of the cursor. | ||
DictationRecognitionFailed()This method is called when dictation has completed and failed. | ||
DictationRecordingDidEnd()Called when dictation finished. | ||
DrawPlaceholder(System.Drawing.RectangleF)Will draw the placeholder text in the provided rectangle. | ||
DrawText(System.Drawing.RectangleF)Will draw the text in the provided rectangle. | ||
EditingRect(System.Drawing.RectangleF)Returns the rectangle to display the editable text. | ||
static | GetAppearance<T>()The strongly-typed IUIAppearance for this object. | |
static | GetAppearance<T>(UITraitCollection)The strongly-typed IUIAppearance for this object with traits. | |
static | GetAppearance<T>(UITraitCollection, params Type[])IUIAppearance for this object with specified traits and customized container. | |
GetBaseWritingDirection(UITextPosition, UITextStorageDirection)Determines the writing direction from a position within the text. | ||
GetCaretRectForPosition(UITextPosition)This method will return a rectangle that can be used for drawing the insertion caret. | ||
GetCharacterOffsetOfPosition(UITextPosition, UITextRange)Returns the number of characters in some text between position and the start of the range. | ||
GetCharacterRange(UITextPosition, UITextLayoutDirection)Returns a range that represents the distance from byExtendingPosition to as far as is possible in direction. | ||
GetCharacterRangeAtPoint(System.Drawing.PointF)Returns the character or characters at the point specified. | ||
GetClosestPositionToPoint(System.Drawing.PointF)Returns the position that is closest to the point specified within the control. | ||
GetClosestPositionToPoint(System.Drawing.PointF, UITextRange)Returns the position in withinRange that is closest to withinRange. | ||
GetFirstRectForRange(UITextRange)Returns a rectangle that will enclose the first line of text in the range (if the range specifies multiple lines of text). | ||
GetFrameForDictationResultPlaceholder(MonoTouch.Foundation.NSObject)The frame in which the dictation results should be displayed. | ||
GetOffsetFromPosition(UITextPosition, UITextPosition)Returns the number of characters between two visible locations in a document. | ||
GetPosition(UITextPosition, int)Returns a second position that is offset from the specified position. | ||
GetPosition(UITextRange, int)Returns a position within a document relative to the start of withinRange. | ||
GetPosition(UITextPosition, UITextLayoutDirection, int)Returns a second position in a document the direction and offset relative to the first position. | ||
GetPositionWithinRange(UITextRange, UITextLayoutDirection)Returns the furthest position possible in the visible text. | ||
GetSelectionRects(UITextRange)An array of MonoTouch.UIKit.UITextSelectionRects that frame the range. | ||
GetTextRange(UITextPosition, UITextPosition)Returns the text range between two positions in a document. | ||
GetTextStyling(UITextPosition, UITextStorageDirection)Returns a MonoTouch.Foundation.NSDictionary of styling properties at the position and in the direction specified. | ||
InsertDictationResult(MonoTouch.Foundation.NSArray)Used to select a MonoTouch.UIKit.UIDictationPhrase from a collection of possible phrases. | ||
InsertDictationResultPlaceholder()When overridden, can be used to provide information for UITextField.GetFrameForDictationResultPlaceholder. | ||
InsertText(string)This method will insert text into the view at the position indicated by the cursor. | ||
LeftViewRect(System.Drawing.RectangleF)Returns the rectangle in which the UITextField.LeftView should be displayed. | ||
PlaceholderRect(System.Drawing.RectangleF)This property represents the rectangle that is used to draw the MonoTouch.UIKet.UITextField.PlaceHolder text. | ||
RemoveDictationResultPlaceholder(MonoTouch.Foundation.NSObject, bool)With UITextField.InsertDictationResultPlaceholder, allows the app developer to customize the location of the placeholder for dictation results. | ||
ReplaceText(UITextRange, string)Replaces text in the specified range with the text provided. | ||
RightViewRect(System.Drawing.RectangleF)This method will return the location of the UITextField.RightView. | ||
SetBaseWritingDirectionforRange(UITextWritingDirection, UITextRange)Sets the writing direction for a given range of text. | ||
SetMarkedText(string, MonoTouch.Foundation.NSRange)This method will replace any existing marked text the specified text and then selects it. | ||
ShouldChangeTextInRange(UITextRange, string)Allows the app developer to programmatically reject replacement text. | ||
TextInRange(UITextRange)A substring of text in the range. | ||
TextRect(System.Drawing.RectangleF)This method return the computed rectangle for drawing the text. | ||
UnmarkText()Any currently marked text is unmarked. | ||