BCGControlBar Library for .NET
WeekStart Property




Syntax
'Declaration
 
Public Property WeekStart As Day
'Usage
 
Dim instance As CalendarPopupMenu
Dim value As Day
 
instance.WeekStart = value
 
value = instance.WeekStart
public Day WeekStart {get; set;}
public: __property Day get_WeekStart();
public: __property void set_WeekStart( 
   Day value
);
public:
property Day WeekStart {
   Day get();
   void set (    Day 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

CalendarPopupMenu Class
CalendarPopupMenu Members

Send Feedback