次の方法で共有


Application.UsableWidth プロパティ

定義

使用可能な画面の幅、つまり InfoPath ドキュメント ウィンドウの幅を設定できるポイントの最大値を取得します。

public:
 abstract property int UsableWidth { int get(); };
public abstract int UsableWidth { get; }
member this.UsableWidth : int
Public MustOverride ReadOnly Property UsableWidth As Integer

プロパティ値

使用可能な画面の幅 (ポイント単位)。

次の例では、UsableWidth プロパティを使用して、使用可能な画面の幅をポイント単位で表示します。

MessageBox.Show(this.Application.UsableWidth.ToString()); MessageBox.Show(Me.Application.UsableWidth.ToString())

注釈

このメンバは、制約なしでアクセスできます。

この型またはメンバーには、Microsoft InfoPath Filler で開いたフォームで実行されるコードからのみアクセスできます。

適用対象