JJ 13.10.15 - fix datepicker
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user