Table of Contents

Class KeyboardVisibilityService

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll
public class KeyboardVisibilityService : DisposableObject, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IBaseObject, IKeyboardVisibilityService, IDisposable
Inheritance
KeyboardVisibilityService
Implements

Constructors

KeyboardVisibilityService()

Initializes a new instance of the KeyboardVisibilityService class.

Properties

Height

Gets the height of the on-screen keyboard in device-independent units (DIPs).

IsVisible

Gets a value indicating whether the on-screen keyboard is visible.

Methods

DisposeManaged()

Override to dispose managed resources. Here we dispose all used object references.

RaiseKeyboardVisibleChanged(KeyboardVisibleChangedEventArgs?)

Raises the KeyboardVisibleChanged event with the specified event arguments.

Events

KeyboardVisibleChanged

Occurs when the visibility of the on-screen keyboard changes.