__property bool CancelMouse = {read = FCancelMouse, write = SetCancelMouse};
If false, it is possible to drag the slider with the mouse.
Read:
bool FCancelMouse;Write:
void SetCancelMouse(const bool Value);Declared in Dew::Math::Controls::VCL::TMtxPositionPanel · Dew.Math.Controls.VCL/MtxComCtrls.h · C++Builder only