GridControl.HandleCustomCellMouseBtnDown(Keys, MouseButtons) Method

Definition

protected:
 virtual bool HandleCustomCellMouseBtnDown(System::Windows::Forms::Keys modKeys, System::Windows::Forms::MouseButtons btn);
protected virtual bool HandleCustomCellMouseBtnDown (System.Windows.Forms.Keys modKeys, System.Windows.Forms.MouseButtons btn);
abstract member HandleCustomCellMouseBtnDown : System.Windows.Forms.Keys * System.Windows.Forms.MouseButtons -> bool
override this.HandleCustomCellMouseBtnDown : System.Windows.Forms.Keys * System.Windows.Forms.MouseButtons -> bool
Protected Overridable Function HandleCustomCellMouseBtnDown (modKeys As Keys, btn As MouseButtons) As Boolean

Parameters

modKeys
Keys

Returns

Applies to