OverlappedPresenter.PreferredMaximumWidth プロパティ

定義

ウィンドウの推奨される最大幅を取得または設定します。

public:
 property IReference<int> ^ PreferredMaximumWidth { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> PreferredMaximumWidth();

void PreferredMaximumWidth(IReference<int> value);
public System.Nullable<int> PreferredMaximumWidth { get; set; }
var iReference = overlappedPresenter.preferredMaximumWidth;
overlappedPresenter.preferredMaximumWidth = iReference;
Public Property PreferredMaximumWidth As Nullable(Of Integer)

プロパティ値

ウィンドウの推奨される最大幅。

適用対象