GridControl.HandleCustomCellDoubleClick(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 void HandleCustomCellDoubleClick(System::Windows::Forms::Keys modKeys, System::Windows::Forms::MouseButtons btn);
protected virtual void HandleCustomCellDoubleClick (System.Windows.Forms.Keys modKeys, System.Windows.Forms.MouseButtons btn);
abstract member HandleCustomCellDoubleClick : System.Windows.Forms.Keys * System.Windows.Forms.MouseButtons -> unit
override this.HandleCustomCellDoubleClick : System.Windows.Forms.Keys * System.Windows.Forms.MouseButtons -> unit
Protected Overridable Sub HandleCustomCellDoubleClick (modKeys As Keys, btn As MouseButtons)
Parameters
- modKeys
- Keys
- btn
- MouseButtons