Gets or sets if the background is transparent, solid or faded.
The type of background, this parameter can be
None, Solid or
Faded.
Syntax
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Background
Dim value As BackgroundType
instance.Type = value
value = instance.Type
|
Return Value
A
BackgroundType value, this property specifies is there is no background, a solid background or a faded background. The default value is
None.
Remarks
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also