BaseGridControl.HandleCustomCellMouseBtnDown Method
Handles a mouse button down 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 Function HandleCustomCellMouseBtnDown ( _
modKeys As Keys, _
btn As MouseButtons _
) As Boolean
'Usage
Dim modKeys As Keys
Dim btn As MouseButtons
Dim returnValue As Boolean
returnValue = Me.HandleCustomCellMouseBtnDown(modKeys, _
btn)
protected virtual bool HandleCustomCellMouseBtnDown(
Keys modKeys,
MouseButtons btn
)
protected:
virtual bool HandleCustomCellMouseBtnDown(
Keys modKeys,
MouseButtons btn
)
protected function HandleCustomCellMouseBtnDown(
modKeys : Keys,
btn : MouseButtons
) : boolean
abstract HandleCustomCellMouseBtnDown :
modKeys:Keys *
btn:MouseButtons -> bool
override HandleCustomCellMouseBtnDown :
modKeys:Keys *
btn:MouseButtons -> bool
Parameters
- modKeys
Type: System.Windows.Forms.Keys
The modifier keys
- btn
Type: System.Windows.Forms.MouseButtons
The mouse button
Return Value
Type: System.Boolean
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