BCGControlBar Library for .NET
IsOffice2003CompatibleStyle Method




Specifies if the current visual style is compatible with office 2003-style. It can be Office2003-style or Office2007-style.
Syntax
'Declaration
 
Public Function IsOffice2003CompatibleStyle() As Boolean
'Usage
 
Dim instance As OutlookBarControl
Dim value As Boolean
 
value = instance.IsOffice2003CompatibleStyle()
public bool IsOffice2003CompatibleStyle()
public: bool IsOffice2003CompatibleStyle(); 
public:
bool IsOffice2003CompatibleStyle(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OutlookBarControl Class
OutlookBarControl Members

Send Feedback