Table of Contents

Class IOSSoftKeyboard

Namespace
Xui.Runtime.IOS.Actual
Assembly
Xui.Runtime.IOS.dll
public class IOSSoftKeyboard : UIKit.UIResponder, IDisposable
Inheritance
IOSSoftKeyboard
Implements
Inherited Members

Constructors

IOSSoftKeyboard(IOSWindow)

public IOSSoftKeyboard(IOSWindow window)

Parameters

window IOSWindow

Fields

Class

public static readonly ObjC.Class Class

Field Value

ObjC.Class

Properties

CanBecomeFirstResponder

public bool CanBecomeFirstResponder { get; }

Property Value

bool

NextResponder

public nint NextResponder { get; set; }

Property Value

nint

Window

protected IOSWindow Window { get; }

Property Value

IOSWindow