Class PlessKeyboardVisibilityService
Implements dummy IKeyboardVisibilityService for testing or other purposes.
public class PlessKeyboardVisibilityService : DisposableObject, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IBaseObject, IKeyboardVisibilityService, IDisposable
- Inheritance
-
PlessKeyboardVisibilityService
- Implements
Constructors
- PlessKeyboardVisibilityService()
Initializes a new instance of the PlessKeyboardVisibilityService 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
- RaiseKeyboardHidden()
Notifies subscribers that the software keyboard has been hidden and updates the keyboard visibility state accordingly.
- RaiseKeyboardShown(double)
Raises the event indicating that the on-screen keyboard has been shown and updates the keyboard height.
- RaiseKeyboardVisibleChanged(KeyboardVisibleChangedEventArgs?)
Raises the KeyboardVisibleChanged event with the specified event arguments.
Events
- KeyboardVisibleChanged
Occurs when the visibility of the on-screen keyboard changes.