Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

OverlappedPresenter.PreferredMaximumWidth Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?