Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessForm Class / AlwaysInCompact Property


In This Topic
AlwaysInCompact Property
In This Topic
Gets or sets a value indicating whether the form will be always in compact mode.
Syntax
'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.
See Also