Class InputPaneBase
[PrivateApi]
public abstract class InputPaneBase : IInputPane
- Inheritance
-
InputPaneBase
- Implements
- Inherited Members
Constructors
InputPaneBase()
protected InputPaneBase()
Properties
OccludedRect
The current input pane bounds.
public virtual Rect OccludedRect { get; protected set; }
Property Value
State
The current input pane state.
public virtual InputPaneState State { get; protected set; }
Property Value
Methods
OnStateChanged(InputPaneStateEventArgs)
protected void OnStateChanged(InputPaneStateEventArgs eventArgs)
Parameters
eventArgs
InputPaneStateEventArgs
Events
StateChanged
Occurs when the input pane's state has changed.
public event EventHandler<InputPaneStateEventArgs>? StateChanged