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






Gets or sets the appearance of the SideBar.

Syntax

Visual Basic (Declaration) 
Public Property Style As SideBarStyle
Visual Basic (Usage)Copy Code
Dim instance As SideBar
Dim value As SideBarStyle
 
instance.Style = value
 
value = instance.Style
C# 
public SideBarStyle Style {get; set;}
Delphi 
public read-write property Style: SideBarStyle; 
JScript 
public function get,set Style : SideBarStyle
Managed Extensions for C++ 
public: __property SideBarStyle get_Style();
public: __property void set_Style( 
   SideBarStyle value
);
C++/CLI 
public:
property SideBarStyle Style {
   SideBarStyle get();
   void set (SideBarStyle value);
}

Return Value

A SideBarStyle value, this property specifies the appearance of a SideBar. The default value is Office2007.

Remarks

SideBar supports the following styles: Flat, Office2003, Office2007, Mac, Modern and Vista. See SideBarStyle for more details on the appreance of these styles.

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