'DeclarationProtected Property AlwaysInCompact As Boolean
'UsageDim 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.