Exemplo n.º 1
0
 public HeaderControl(ObjectListView olv)
 {
     this.parentListView = olv;
     this.AssignHandle(NativeMethods.GetHeaderControl(olv));
     this.tooltip = new MyToolTip();
     this.tooltip.AddTool(this);
 }
Exemplo n.º 2
0
 public MyToolTipNativeWindow(MyToolTip control)
 {
     this.control = control;
 }