Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1TextField Class
Members


In This Topic
    C1TextField Class
    In This Topic
    Inherited UIKit.UITextField which adds an Insets property to easily add a padding to the text displayed.
    Syntax
    'Declaration
     
    
    <Foundation.RegisterAttribute("UITextField", True)>
    Public Class C1TextField 
       Inherits UIKit.UITextField
       Implements 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 C1TextField
    [Foundation.Register("UITextField", true)]
    public class C1TextField : UIKit.UITextField, 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.C1MaskedTextField
                         C1.iOS.Input.C1TextBox

    See Also