In This Topic
Represents a control that can be used to display and edit plain text,
Syntax
'Declaration
<Foundation.RegisterAttribute("UITextField", True)>
Public Class C1TextBox
Inherits C1.iOS.Core.C1TextField
Implements C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUIKeyInput, UIKit.IUITextInput, UIKit.IUITextInputTraits, UIKit.IUITraitEnvironment
'Usage
Dim instance As C1TextBox
[Foundation.Register("UITextField", true)]
public class C1TextBox : C1.iOS.Core.C1TextField, C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUIKeyInput, UIKit.IUITextInput, UIKit.IUITextInputTraits, UIKit.IUITraitEnvironment
Inheritance Hierarchy
System.Object
Foundation.NSObject
UIKit.UIResponder
UIKit.UIView
UIKit.UIControl
UIKit.UITextField
C1.iOS.Core.C1TextField
C1.iOS.Input.C1TextBox
See Also