Click or drag to resize

MonthCalendar Constructor (Typed)

X#
Construct a MonthCalendar object.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oOwner,
	xID,
	oPoint,
	oDimension,
	dwStyle,
	lDataAware
) CLIPPER
Request Example View Source

Parameters

oOwner (Optional)
Type: Usual
The window that owns the MonthCalendar object.
xID (Optional)
Type: Usual
The unique ID for the MonthCalendar object (between 1 and 8000).
oPoint (Optional)
Type: Usual
The origin of the MonthCalendar object in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the MonthCalendar object in canvas coordinates.
dwStyle (Optional)
Type: Usual
Constant representing the style of the MonthCalendar object, specified either by a X# style constant or a Windows API style constant. Styles can be combined using the _Or() operator.
lDataAware (Optional)
Type: Usual
A logical value that is TRUE if the MonthCalendar object is data-aware; otherwise, FALSE. The default is TRUE.
Remarks
Tip Tip
Consult your Microsoft Win32 Software Development Kit documentation for detailed information about a particular style constant.
See Also