TSignalColorBandTool::OnDragBox Property

__property TNotifyEvent OnDragBox = {read = FOnDragBox, write = SetOnDragBox};

Triggered when the selection rectangle as a whole is being dragged. (CTRL key is down)

Read: TNotifyEvent FOnDragBox;
Write: void SetOnDragBox(const TNotifyEvent Value);
Declared in Dew::Signal::Controls::VCL::TSignalColorBandTool · Dew.Signal.Controls.VCL/SignalToolsTee.h · C++Builder only