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