MoveControl


This function has been removed in release 10.0.0. Use MoveControl function instead.

Move control located on form or other control before specified position.

bool MoveControl(std::vector<IControl*> &list, IControl *parent, IControl *control, const int before);
bool MoveControl(std::vector<IControl*> &list, IForm *parent, IControl *control, const int before);
Namespace: nitisa::helpers::order
Include: Nitisa/Helpers/Order.h