public ImageViewWithTooltip (Xwt.Drawing.Image icon) { this.icon = icon; image = new Xwt.ImageView (icon); this.Content = image; MouseEntered += HandleEnterNotifyEvent; MouseExited += HandleLeaveNotifyEvent; }
public ImageViewWithTooltip (Xwt.Drawing.Image icon) { this.icon = icon; image = new Xwt.ImageView (icon); this.Content = image; MouseEntered += HandleEnterNotifyEvent; MouseExited += HandleLeaveNotifyEvent; }