BCGControlBar Library for .NET
AutoWidth Property




Gets or sets a value indicating whether resizing the parent panel  automatically adjusts the size and location of the caption bar.
Syntax
'Declaration
 
Public Property AutoWidth As Boolean
'Usage
 
Dim instance As OutlookBarCaption
Dim value As Boolean
 
instance.AutoWidth = value
 
value = instance.AutoWidth
public bool AutoWidth {get; set;}
public: __property bool get_AutoWidth();
public: __property void set_AutoWidth( 
   bool value
);
public:
property bool AutoWidth {
   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