ComponentFactory.Krypton.Ribbon.RecentDocController.MouseDown C# (CSharp) 메소드

MouseDown() 공개 메소드

Mouse button has been pressed in the view.
public MouseDown ( Control c, Point pt, MouseButtons button ) : bool
c System.Windows.Forms.Control Reference to the source control instance.
pt Point Mouse position relative to control.
button MouseButtons Mouse button pressed down.
리턴 bool
        public virtual bool MouseDown(Control c, Point pt, MouseButtons button)
        {
            return false;
        }