Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Appearance Class / ResetAll Method
Example


In This Topic
    ResetAll Method (Appearance)
    In This Topic
    Resets all the property settings of the Appearance class to their default values.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResetAll() 
    'Usage
     
    
    Dim instance As Appearance
     
    instance.ResetAll()
    public virtual void ResetAll()
    Remarks

    Use this method to reset all of the appearance properties. For a list of the properties, see the AppearanceProperty class list of members.

    To reset any of them individually, use the Reset method.

    Example
    This example creates a new Appearance object, sets the background and foreground colors and then Resets the properties to their default values.
    See Also