Skip to content

KryptonOutlookGridGroupBox_DragDrop & DragEnter Has no reference [BUG] #112

@ghost

Description

Describe the bug
KryptonOutlookGridGroupBox class has the method KryptonOutlookGridGroupBox_DragDrop & DragEnter yet the constructor doesn't attach it to an event. So the whole drag&drop feature of this control doesn't work.

Like:

this.DragDrop += new System.Windows.Forms.DragEventHandler(this.KryptonOutlookGridGroupBox_DragDrop); this.DragEnter += new System.Windows.Forms.DragEventHandler(this.KryptonOutlookGridGroupBox_DragEnter);

Is this intented or a bug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions