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


In This Topic
    RestoreCompactButton Property
    In This Topic
    Gets the restore compact button.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property RestoreCompactButton As Button
    'Usage
     
    
    Dim instance As ModelessForm
    Dim value As Button
     
    value = instance.RestoreCompactButton
    protected Button RestoreCompactButton {get;}

    Property Value

    The restore compact button.
    See Also