BCGControlBar Library for .NET
IsMode2003 Property




Indicates a value whether an OutlookPageButton has a look as in Office 2003.
Syntax
'Declaration
 
Public ReadOnly Property IsMode2003 As Boolean
'Usage
 
Dim instance As OutlookPageButton
Dim value As Boolean
 
value = instance.IsMode2003
public bool IsMode2003 {get;}
public: __property bool get_IsMode2003();
public:
property bool IsMode2003 {
   bool get();
}

Property Value

True, if the related OutlookBar has Office 2003 compatible style  and look.
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

OutlookPageButton Class
OutlookPageButton Members

Send Feedback