コード例 #1
0
 public DropTargetPassthrough(IntPtr passthrough, ExtendedListViewCommon parent)
 {
     this.passthrough = passthrough;
     Marshal.AddRef(passthrough);
     this.parent = parent;
     Pointer     = Marshal.GetComInterfaceForObject(this, typeof(_IDropTarget));
 }
コード例 #2
0
 public DropTargetPassthrough(IntPtr passthrough, ExtendedListViewCommon parent) {
     this.passthrough = passthrough;
     Marshal.AddRef(passthrough);
     this.parent = parent;
     Pointer = Marshal.GetComInterfaceForObject(this, typeof(_IDropTarget));
 }
コード例 #3
0
 public DropTargetPassthrough(_IDropTarget passthrough, ExtendedListViewCommon parent)
 {
     this.passthrough = passthrough;
     this.parent      = parent;
 }
コード例 #4
0
 public DropTargetPassthrough(_IDropTarget passthrough, ExtendedListViewCommon parent) {
     this.passthrough = passthrough;
     this.parent = parent;
 }