Share via


OverlappedPresenter.PreferredMaximumWidth Property

Definition

Gets or sets the preferred maximum width for the window.

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)

Property Value

The preferred maximum width for the window.

Applies to