Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessForm Class / AlwaysInCompact Property


In This Topic
    AlwaysInCompact Property (ModelessForm)
    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
    protected bool AlwaysInCompact {get; set;}

    Property Value

    true if the form will be always in compact mode; otherwise, false.
    See Also