IWindowProvider.Minimizable Property

Definition

Gets a value that specifies whether the window can be minimized.

public:
 property bool Minimizable { bool get(); };
public bool Minimizable { get; }
member this.Minimizable : bool
Public ReadOnly Property Minimizable As Boolean

Property Value

true if the window can be minimized; otherwise false.

Applies to

See also