BCGControlBar Library for .NET
DateEditWidth Property




Specifies the width of the date time control displayed within the button. This property is applied when the AutoResize property of the button is false. Otherwise, the width will be calculated according the format of the date. The default value is 150.
Syntax
'Declaration
 
Public Property DateEditWidth As Integer
'Usage
 
Dim instance As ToolbarDateTimeControl
Dim value As Integer
 
instance.DateEditWidth = value
 
value = instance.DateEditWidth
public int DateEditWidth {get; set;}
public: __property int get_DateEditWidth();
public: __property void set_DateEditWidth( 
   int value
);
public:
property int DateEditWidth {
   int get();
   void set (    int 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