ICreate.Controls.Bars Send comments on this topic.
Style Property
See Also 
ICreate.Controls.Bars Namespace > TaskBar Class : Style Property






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
C# 
public TaskBarStyle Style {get; set;}
Delphi 
public read-write property Style: TaskBarStyle; 
JScript 
public function get,set Style : TaskBarStyle
Managed Extensions for C++ 
public: __property TaskBarStyle get_Style();
public: __property void set_Style( 
   TaskBarStyle value
);
C++/CLI 
public:
property TaskBarStyle Style {
   TaskBarStyle get();
   void set (TaskBarStyle value);
}

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