Gets and sets the style of the
TaskBar.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Style As TaskBarStyle |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As TaskBar
Dim value As TaskBarStyle
instance.Style = value
value = instance.Style
|
Return Value
A
TaskBarStyle value, this property specifies the appearance of the
TaskBar. The default value is
WindowsXP.
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