使用可能な画面の高さ、つまり InfoPath ドキュメント ウィンドウの高さを設定できるポイントの最大値を取得します。
名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)
構文
'宣言
<DispIdAttribute(18)> _
ReadOnly Property UsableHeight As Integer
'使用
Dim instance As _Application3
Dim value As Integer
value = instance.UsableHeight
[DispIdAttribute(18)]
int UsableHeight { get; }
プロパティ値
使用可能な画面の高さ (ポイント単位)。
関連項目
参照
_Application3 インターフェイス
_Application3 のメンバ
Microsoft.Office.Interop.InfoPath 名前空間