0

I am in need of showing the custom control inside a NativeWindow as a PopUp when hovering the controls like ToolTip.

I have created the custom control and i could not insert the custom control inside the Window.

Could anyone please share me how to add the custom control in Window as a Popup?

Regards, Amal Raj

Amal
  • 576
  • 1
  • 6
  • 26
  • What is *"NativeWindow"* ? It should be possible to create popup window in winforms (`WindowStyles.WS_POPUP`) and it should be possible to add controls to it either in designer or during run-time. So what is the difficulty? – Sinatr Mar 08 '17 at 11:29
  • You can override tooltip's onDraw method if you are after a tooltip. – eracube Mar 08 '17 at 11:31

0 Answers0