Gets or sets a value indicating whether the form will be always in compact mode.
protected bool AlwaysInCompact {get; set;}
'Declaration
Protected Property AlwaysInCompact As Boolean
'Usage
Dim instance As ModelessForm
Dim value As Boolean
instance.AlwaysInCompact = value
value = instance.AlwaysInCompact
Property Value
true
if the form will be always in compact mode; otherwise,
false
.