Interface IKeyboardVisibilityService
Contains methods and properties to monitor the visibility of the on-screen keyboard.
public interface IKeyboardVisibilityService : IDisposable
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
- RaiseKeyboardVisibleChanged(KeyboardVisibleChangedEventArgs?)
Raises the KeyboardVisibleChanged event.
Events
- KeyboardVisibleChanged
Occurs when the visibility of the on-screen keyboard changes.