[]
        
(Showing Draft Content)

C1.iOS.Core.C1TextField

C1TextField Class

Inherited UIKit.UITextField which adds an Insets property to easily add a padding to the text displayed.

Inheritance
C1TextField
Namespace: C1.iOS.Core
Assembly: C1.iOS.Core.dll
Syntax
public class C1TextField : UITextField

Constructors

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.

Fields

Name Description
CommandDown
CommandEnter
CommandLeft
CommandRight
CommandTab
CommandUp
selector

Properties

Name Description
Insets

Gets or sets the padding applied to the displayed text.

KeyCommands

Methods

Name Description
EditingRect(CGRect)
TextRect(CGRect)

Events

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.