'Declaration
Protected Property AutoCompact As Boolean
'Usage
Dim instance As ModelessForm Dim value As Boolean instance.AutoCompact = value value = instance.AutoCompact
protected bool AutoCompact {get; set;}
Property Value
true
if the form will transform to compact mode automatically; otherwise, false
.