JJ 13.10.15 - fix datepicker

This commit is contained in:
JenneJ
2015-10-13 15:43:53 +02:00
parent c74e5434b9
commit a90237f7a1
2 changed files with 8 additions and 4 deletions

View File

@@ -901,6 +901,8 @@ Public Class ClassControlBuilder
control.TabIndex = tabindex
control.TabStop = tabstop
control.Parent = _master_panel
control.Properties.NullDate = DateTime.MinValue
control.Properties.NullText = String.Empty
If _new And IsNothing(parent) Then
control.Location = Me.GetCursorPosition()