Wimark.Controls Class Library  

MonthCalendar.SelectDateByMouse Method

Handles selection of dates by the mouse.

[Visual Basic]
Public Sub SelectDateByMouse( _
   ByVal region As CalendarDateRegion, _
   ByVal mode As DateSelectionMode, _
   ByVal controlKey As Boolean, _
   ByVal shiftKey As Boolean, _
   ByVal moving As Boolean _
)
 
[C#]
public void SelectDateByMouse( 
   CalendarDateRegion region, 
   DateSelectionMode mode, 
   bool controlKey, 
   bool shiftKey, 
   bool moving 
);
[C++]
public: void SelectDateByMouse( 
   CalendarDateRegion* region, 
   DateSelectionMode mode, 
   bool controlKey, 
   bool shiftKey, 
   bool moving 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

MonthCalendar Class | MonthCalendar Members | Wimark.Controls Namespace