BCGControlBar Library for .NET
AutoResize Property




Resizes the width of the control as indicated by the changing the style of the date and its appearance.
The default value is false.
Syntax
'Declaration
 
Public Property AutoResize As Boolean
'Usage
 
Dim instance As ToolbarDateTimeControl
Dim value As Boolean
 
instance.AutoResize = value
 
value = instance.AutoResize
public bool AutoResize {get; set;}
public: __property bool get_AutoResize();
public: __property void set_AutoResize( 
   bool value
);
public:
property bool AutoResize {
   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

ToolbarDateTimeControl Class
ToolbarDateTimeControl Members

Send Feedback