Click or drag to resize
GridTabBeamOnDoubleClick Method
Raises the DoubleClick event.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
protected override void OnDoubleClick(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
The event data.
Remarks
This overridden method verifies the position of the event. If a double-click happened on any tab's surface, the tab is switched into label editing mode.
See Also