BCGControlBar Library for .NET
IsStandardCaption Property




Indicates a value if the caption bar should be redrawn as standard outlook bar caption.
Syntax
'Declaration
 
Public Property IsStandardCaption As Boolean
'Usage
 
Dim instance As OutlookBarCaption
Dim value As Boolean
 
instance.IsStandardCaption = value
 
value = instance.IsStandardCaption
public bool IsStandardCaption {get; set;}
public: __property bool get_IsStandardCaption();
public: __property void set_IsStandardCaption( 
   bool value
);
public:
property bool IsStandardCaption {
   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

OutlookBarCaption Class
OutlookBarCaption Members

Send Feedback