GridControl.HandleCustomCellMouseBtnDown(Keys, MouseButtons) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- btn
- MouseButtons