InputPaneVisibilityEventArgs.OccludedRect Property

Definition

Gets the region of the application's window that the input pane is covering.

public:
 property Rect OccludedRect { Rect get(); };
Rect OccludedRect();
public Rect OccludedRect { get; }
var rect = inputPaneVisibilityEventArgs.occludedRect;
Public ReadOnly Property OccludedRect As Rect

Property Value

The window region that the input pane is covering, in client coordinates specified in device independent pixels (DIPs).

Applies to