GridControl.OnHeaderButtonClicked(Int32, MouseButtons, GridButtonArea) 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 OnHeaderButtonClicked(int nColIndex, System::Windows::Forms::MouseButtons btn, Microsoft::ReportingServices::QueryDesigners::GridButtonArea headerArea);
protected virtual bool OnHeaderButtonClicked (int nColIndex, System.Windows.Forms.MouseButtons btn, Microsoft.ReportingServices.QueryDesigners.GridButtonArea headerArea);
abstract member OnHeaderButtonClicked : int * System.Windows.Forms.MouseButtons * Microsoft.ReportingServices.QueryDesigners.GridButtonArea -> bool
override this.OnHeaderButtonClicked : int * System.Windows.Forms.MouseButtons * Microsoft.ReportingServices.QueryDesigners.GridButtonArea -> bool
Protected Overridable Function OnHeaderButtonClicked (nColIndex As Integer, btn As MouseButtons, headerArea As GridButtonArea) As Boolean
Parameters
- nColIndex
- Int32
- btn
- MouseButtons
- headerArea
- GridButtonArea