public TimeEditPopupControlViewInfo(TimeEdit ownerEdit, TimeEditPopupControl timeEditPopupControl) { ownerControl = timeEditPopupControl; UpdateAppearance(ownerEdit); Bounds = ownerControl.ClientRectangle; CreateCellsList(); }
private void Clear() { PopupAppearance.Dispose(); CellsList.Clear(); Bounds = Rectangle.Empty; ownerControl = null; HotPointedCell = null; FocusedMinute = null; FocusedHour = null; Format = null; }
private void CreatePopupControl(PopupTimeEdit ownerEdit) { popupControl = new TimeEditPopupControl(ownerEdit); popupControl.Location = new Point(1, 1); }