Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Background Class / Background Constructor / Background Constructor(Boolean)


In This Topic
    Background Constructor(Boolean)
    In This Topic
    Creates a new background and whether enabled.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal enable As Boolean _
    )
    'Usage
     
    
    Dim enable As Boolean
     
    Dim instance As New Background(enable)
    public Background( 
       bool enable
    )

    Parameters

    enable
    See Also