public DateTimePickerExtended() { // Inicializa el componente InitializeComponent(); // Inicializa el popup wndPopup = new Bau.Controls.PopupWindow.PopUpWindow(mntCalendar, this); mntCalendar.ControlParent = this; // Inicializa las variables Value = null; ShowHours = false; // Guarda el color del fondo clrBackColor = txtHour.BackColor; // Redimensiona el control ResizeControl(); }