Add method to `Control<TOwner>`: ```cs public TOwner ClickWithHold(double pressSeconds); ``` The method performs a long click on the control by pressing the control for a specified number of seconds and then releases it.