共用方式為


InputPane.OccludedRect 屬性

定義

取得由輸入窗格遮蔽的應用程式視窗區域。

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

屬性值

矩形,在用戶端座標中,代表隱藏在輸入窗格後方的應用程式視窗區域。 在與裝置無關的圖元 (DIP) 中指定。

頂端值為 「0」 表示輸入窗格不會阻礙應用程式視窗。 輸入窗格可能仍然可見。

高度值為 「0」,且寬度值等於輸入窗格的寬度,表示輸入窗格是浮動的。

備註

通用應用程式應該使用此屬性,而不是 Visible

適用於