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