WindowLockerMaximizeButtonEnabled Property
Gets or sets a value indicating whether the Maximize button of the window is enabled.
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual bool MaximizeButtonEnabled { get; set; }
Public Overridable Property MaximizeButtonEnabled As Boolean
Get
Set
Dim instance As WindowLocker
Dim value As Boolean
value = instance.MaximizeButtonEnabled
instance.MaximizeButtonEnabled = value
public:
virtual property bool MaximizeButtonEnabled {
bool get ();
void set (bool value);
}
abstract MaximizeButtonEnabled : bool with get, set
override MaximizeButtonEnabled : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if the Close button is enabled; otherwise,
.