Package cli.MonoTouch.UIKit

Examples of cli.MonoTouch.UIKit.UITextField


{
    public static class SingleLine extends IOSNativeTextField
    {
        public SingleLine (IOSTextFieldHandler handler, IOSNativeTextField prior,
                Field.Native field) {
            super(handler, new UITextField(), prior, field);
            _field = (UITextField)view;
            _field.set_VerticalAlignment(
                UIControlContentVerticalAlignment.wrap(UIControlContentVerticalAlignment.Center));

            // all fields close the keyboard when the return key is used
View Full Code Here

TOP

Related Classes of cli.MonoTouch.UIKit.UITextField

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.