Gets or sets a value indicating whether the form will transform to compact mode automatically (when user is selecting).
protected bool AutoCompact {get; set;}
'Declaration
Protected Property AutoCompact As Boolean
'Usage
Dim instance As ModelessForm
Dim value As Boolean
instance.AutoCompact = value
value = instance.AutoCompact
Property Value
true
if the form will transform to compact mode automatically; otherwise,
false
.