Performs actions to handle a mouse double click event for the specified header section.
Source position: comctrls.pp line 4002
protected procedure TCustomHeaderControl.SectionSeparatorDblClick( |
Section: THeaderSection |
); virtual; |
Section |
|
Header section for the double click mouse event. |
Signals the OnSectionSeparatorDblClick event handler (when assigned). Called from the DblClick method when the mouse event occurs when mouse tracking has been enabled for the header control.
|
OnSectionSeparatorDblClick - event handler for double-click on the separator between sections. |
|
|
Signals the OnDblClick event handler (when assigned). |