based on "http://helpcentral.componentone.com/CS/forums/storage/86/213413/InputPanelRichTextBox.zip" i created a class with this code:
Imports C1.Win.C1InputPanelImports System.Windows.FormsPublic Class DateEditHost Inherits InputControlHost Public Sub New() MyBase.New(New C1.Win.C1Input.C1DateEdit) End Sub Public ReadOnly Property C1DateEdit() As C1.Win.C1Input.C1DateEdit Get Return DirectCast(Control, C1.Win.C1Input.C1DateEdit) End Get End Property End Class
I used the InputControlHost to put the c1dateedit in the inputpanel but when i set the FormatType property of the C1DateEdit to ShortDate when i run the project the control shows the data in Default Format and when i stop running the project the FormatType has been reset to DefaultFormat.
My version is 2.0.20082.28
Thanks for help.
Is there anyway to add a property in InputDatePicker which the user can use the keyboard to set the date?
Thanks again
Sorry it's Ok in later versions
You are right i mentioned in my previous reply.
Thanks anyway