Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessForm Class / AutoCompact Property


In This Topic
    AutoCompact Property
    In This Topic
    Gets or sets a value indicating whether the form will transform to compact mode automatically (when user is selecting).
    Syntax
    '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.
    See Also