BaseGridControl.HandleCustomCellDoubleClick Method
Handles a mouse double click on a custom column cell.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI.KomodoGridSupport
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Overridable Sub HandleCustomCellDoubleClick ( _
modKeys As Keys, _
btn As MouseButtons _
)
'Usage
Dim modKeys As Keys
Dim btn As MouseButtons
Me.HandleCustomCellDoubleClick(modKeys, _
btn)
protected virtual void HandleCustomCellDoubleClick(
Keys modKeys,
MouseButtons btn
)
protected:
virtual void HandleCustomCellDoubleClick(
Keys modKeys,
MouseButtons btn
)
protected function HandleCustomCellDoubleClick(
modKeys : Keys,
btn : MouseButtons
)
abstract HandleCustomCellDoubleClick :
modKeys:Keys *
btn:MouseButtons -> unit
override HandleCustomCellDoubleClick :
modKeys:Keys *
btn:MouseButtons -> unit
Parameters
- modKeys
Type: System.Windows.Forms.Keys
The modifier keys
- btn
Type: System.Windows.Forms.MouseButtons
The mouse button
Remarks
This method does nothing.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI.KomodoGridSupport Namespace