OverlappedPresenter.PreferredMinimumWidth Property

Definition

Gets or sets the preferred minimum width for the window.

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

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

Property Value

The preferred minimum width for the window.

Applies to