OverlappedPresenter.PreferredMaximumHeight Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la hauteur maximale préférée pour la fenêtre.
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)
Valeur de propriété
Hauteur maximale préférée pour la fenêtre.