Objective Grid for Microsoft® .NET® Reference Guide

GridTabBeam.OnDoubleClick Method 

Back to Class Index

Raises the DoubleClick event.

[Visual Basic]
Overrides Protected Sub OnDoubleClick( _
   ByVal e As EventArgs _
)
[C#]
protected override void OnDoubleClick(
   EventArgs e
);

Parameters

e
An EventArgs that contains 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

GridTabBeam Class | GridTabBeam Members | Stingray.Grid Namespace