Поделиться через


OverlappedPresenter.PreferredMaximumHeight Property

Definition

Gets or sets the preferred maximum height for the window.

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

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

Property Value

The preferred maximum height for the window.

Applies to