Group: Forum Members
Posts: 43,
Visits: 264
|
Hi all,
I have create a new class and Inherits MicroFour.StrataFrame.UI.Windows.Forms.DateTimePicker. I change some of my property of datetimepicker like below,
Me.CustomFormat = "dd/MM/yyyy" Me.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.Size = New System.Drawing.Size(100, 20) Me.ResumeLayout(False)
when i build my project and use my custom datetimepicker class, Property still back to default.
Please advice
|