Creates a DateTimePicker.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public override Control CreateControl(
	Tag tag,
	int maxWidth
)
Visual Basic
Public Overrides Function CreateControl ( _
	tag As Tag, _
	maxWidth As Integer _
) As Control

Parameters

tag
Type: C1.C1Preview..::..Tag
The tag to edit.
maxWidth
Type: System..::..Int32
The maximum width of the control.

Return Value

The newly created control.

See Also