Spread for ASP.NET 10 Product Documentation
Background Constructor(Boolean)


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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

Background Class
Background Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.