OverlappedPresenter.PreferredMaximumHeight 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 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.