Skip to content

E_Ekstrand_Windows_Forms_GroupBox_MouseDoubleClick

Fred Ekstrand edited this page Aug 4, 2020 · 2 revisions

GroupBox.MouseDoubleClick Event

Occurs when the user double-clicks the GroupBox control with the mouse.

Namespace: Ekstrand.Windows.Forms
Assembly: GroupBox (in GroupBox.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public event MouseEventHandler MouseDoubleClick

VB

<BrowsableAttribute(false)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Event MouseDoubleClick As MouseEventHandler

C++

public:
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
 event MouseEventHandler^ MouseDoubleClick {
	void add (MouseEventHandler^ value);
	void remove (MouseEventHandler^ value);
}

F#

[<BrowsableAttribute(false)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member MouseDoubleClick : IEvent<MouseEventHandler,
    MouseEventArgs>

Value

Type: System.Windows.Forms.MouseEventHandler

See Also

Reference

GroupBox Class
Ekstrand.Windows.Forms Namespace

Clone this wiki locally