OverlappedPresenter.PreferredMinimumHeight 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 minimum height for the window.
public:
property IReference<int> ^ PreferredMinimumHeight { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> PreferredMinimumHeight();
void PreferredMinimumHeight(IReference<int> value);
public System.Nullable<int> PreferredMinimumHeight { get; set; }
var iReference = overlappedPresenter.preferredMinimumHeight;
overlappedPresenter.preferredMinimumHeight = iReference;
Public Property PreferredMinimumHeight As Nullable(Of Integer)
Property Value
The preferred minimum height for the window.