__property bool CursorActive = {read = fCursorActive, write = SetCursorActive};
Set this property to false, to disable this TeeTool and hide the cursor.
Read:
bool fCursorActive;Write:
void SetCursorActive(const bool Value);Declared in Dew::Signal::Controls::VCL::TCursorMarkTool · Dew.Signal.Controls.VCL/SignalToolsTee.h · C++Builder only