Name | Description | |
---|---|---|
C1TextBox Constructor | Initializes a new instance of the C1TextBox class. |
The following tables list the members exposed by C1TextBox.
Name | Description | |
---|---|---|
C1TextBox Constructor | Initializes a new instance of the C1TextBox class. |
Name | Description | |
---|---|---|
BackgroundColorProperty | ||
BorderColorProperty | ||
BorderRadiusProperty | ||
BorderThicknessProperty | ||
DelayProperty | ||
PaddingProperty |
Name | Description | |
---|---|---|
AutoCompleteText | Gets the auto-completed text. | |
BackgroundColor | Gets or sets the color of the background. | |
BorderColor | Gets or sets the color of the border. | |
BorderRadius | Gets or sets the border radius. | |
BorderThickness | Gets or sets the border thickness. | |
ClassHandle | (Inherited from UIKit.UITextField) | |
Delay | Gets or sets the delay that occurs between the key strokes and the text changed event. | |
Handle | (Inherited from Foundation.NSObject) | |
Insets | Gets or sets the padding applied to the displayed text. (Inherited from C1.iOS.Core.C1TextField) | |
KeyCommands | (Inherited from C1.iOS.Core.C1TextField) | |
Padding | Gets or sets the padding. | |
ShouldBeginEditing | (Inherited from UIKit.UITextField) | |
ShouldChangeCharacters | (Inherited from UIKit.UITextField) | |
ShouldClear | (Inherited from UIKit.UITextField) | |
ShouldEndEditing | (Inherited from UIKit.UITextField) | |
ShouldReturn | (Inherited from UIKit.UITextField) | |
SuperHandle | (Inherited from Foundation.NSObject) | |
Text | Overridden. |
Name | Description | |
---|---|---|
Add | (Inherited from UIKit.UIView) | |
AddObserver | Overloaded. (Inherited from Foundation.NSObject) | |
AddSubviews | (Inherited from UIKit.UIView) | |
AddTarget | (Inherited from UIKit.UIControl) | |
AwakeFromNib | (Inherited from Foundation.NSObject) | |
BeginInvokeOnMainThread | Overloaded. (Inherited from Foundation.NSObject) | |
ConformsToProtocol | (Inherited from Foundation.NSObject) | |
DangerousAutorelease | (Inherited from Foundation.NSObject) | |
DangerousRelease | (Inherited from Foundation.NSObject) | |
DangerousRetain | (Inherited from Foundation.NSObject) | |
Dispose | (Inherited from Foundation.NSObject) | |
Equals | Overloaded. (Inherited from Foundation.NSObject) | |
GetEnumerator | (Inherited from UIKit.UIView) | |
GetHashCode | (Inherited from Foundation.NSObject) | |
GetNativeField | (Inherited from Foundation.NSObject) | |
Init | (Inherited from Foundation.NSObject) | |
Invoke | Overloaded. (Inherited from Foundation.NSObject) | |
InvokeOnMainThread | Overloaded. (Inherited from Foundation.NSObject) | |
LayoutSubviews | Overridden. | |
RemoveTarget | (Inherited from UIKit.UIControl) | |
ResignFirstResponder | Overridden. | |
SetNativeField | (Inherited from Foundation.NSObject) | |
SetValueForKeyPath | (Inherited from Foundation.NSObject) | |
ToString | (Inherited from Foundation.NSObject) |
Name | Description | |
---|---|---|
GetImage | Get the byte array of the control image. This byte array comes from a UIImagePNGRepresentation in iOS, TrueColorAlpha of PNG format in WP, Bitmap in Android. |
Name | Description | |
---|---|---|
AllEditingEvents | (Inherited from UIKit.UIControl) | |
AllEvents | (Inherited from UIKit.UIControl) | |
AllTouchEvents | (Inherited from UIKit.UIControl) | |
AnimationWillEnd | (Inherited from UIKit.UIView) | |
AnimationWillStart | (Inherited from UIKit.UIView) | |
AutoComplete | Gets or sets the callback used to provide the auto-completion text. | |
EditingChanged | (Inherited from UIKit.UIControl) | |
EditingDidBegin | (Inherited from UIKit.UIControl) | |
EditingDidEnd | (Inherited from UIKit.UIControl) | |
EditingDidEndOnExit | (Inherited from UIKit.UIControl) | |
Ended | (Inherited from UIKit.UITextField) | |
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. (Inherited from C1.iOS.Core.C1TextField) | |
Started | (Inherited from UIKit.UITextField) | |
TouchCancel | (Inherited from UIKit.UIControl) | |
TouchDown | (Inherited from UIKit.UIControl) | |
TouchDownRepeat | (Inherited from UIKit.UIControl) | |
TouchDragEnter | (Inherited from UIKit.UIControl) | |
TouchDragExit | (Inherited from UIKit.UIControl) | |
TouchDragInside | (Inherited from UIKit.UIControl) | |
TouchDragOutside | (Inherited from UIKit.UIControl) | |
TouchUpInside | (Inherited from UIKit.UIControl) | |
TouchUpOutside | (Inherited from UIKit.UIControl) | |
ValueChanged | (Inherited from UIKit.UIControl) |