public ButtonObject(IWrapper wrapper) : base(Type, FrameType.Button, ButtonTemplate, wrapper) { this.button = (IButtonTemplate)this.Frame; this.tooltipHandler = new TooltipHandler(this.Frame); }
public ButtonWithDropDownObject(IWrapper wrapper) : base(wrapper) { this.button = (IButtonTemplate)this.Frame; this.menuHandler = new EasyMenuHandler(); }