Table of Contents

TTMSFNCToolBar.OnDragGripMoving Event

Fires continuously while the user drags the toolbar by its grip handle.

API unit family: TMSFNCToolBar Declaring type: TTMSFNCToolBar Inherited from: TTMSFNCCustomToolBar

Syntax

OnDragGripMoving: TTMSFNCToolBarDragGripMovingEvent;

Parameters

Name Description
Sender The toolbar being dragged.
DeltaX Horizontal movement in pixels since the last event.
DeltaY Vertical movement in pixels since the last event.