InputPaneVisibilityEventArgs.OccludedRect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).