[]
Inherited UIKit.UITextField which adds an Insets property to easily add a padding to the text displayed.
public class C1TextField : UITextField
Name | Description |
---|---|
C1TextField() | Initializes a new instance of the C1TextField class. |
C1TextField(CGRect) | Initializes a new instance of the C1TextField class. |
C1TextField(IntPtr) | Initializes a new instance of the C1TextField class. |
Name | Description |
---|---|
CommandDown | |
CommandEnter | |
CommandLeft | |
CommandRight | |
CommandTab | |
CommandUp | |
selector |
Name | Description |
---|---|
Insets | Gets or sets the padding applied to the displayed text. |
KeyCommands |
Name | Description |
---|---|
EditingRect(CGRect) | |
TextRect(CGRect) |
Name | Description |
---|---|
KeyDown | This event is raised when up, down, or enter keys are hit, or either when the cursor is at the beginning and left is hit or when the cursor is at the end and right is hit. |