BCGControlBar Library for .NET
IsLook2003 Property




Specifies if the OutlookBarControl has a look as in MS Office 2003.
Syntax
'Declaration
 
Public Property IsLook2003 As Boolean
'Usage
 
Dim instance As OutlookBarControl
Dim value As Boolean
 
instance.IsLook2003 = value
 
value = instance.IsLook2003
public bool IsLook2003 {get; set;}
public: __property bool get_IsLook2003();
public: __property void set_IsLook2003( 
   bool value
);
public:
property bool IsLook2003 {
   bool get();
   void set (    bool value);
}
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