<div dir="ltr">Hi, one of the topics that we didn't defined about the typed control migration is what to do with the actual controls.<br>The first idea (and the one i like most) was to do a simple  typedef Typed[In|Out]Control [In|Out]Control.<br>

The problem with this solution is that there are functions implemented in InControl that have no sense in TypedInControl, specially those for bounds and GetLastValueAs[Int|Bool].<br>My question is if it possible to structure the framework code so these functions can be removed. For example, NetworkEditor uses this bounding stuff, should we rethink the way it works with controls to simplify the migration.<br>
The other solution was to do InControl inherit TypedInControl and add the missing functionality, but i think this solution is going to bring problems when we migrate everything, and introduces some complexity to the framework that i don't know if it is correct, and that's why i'm asking for opinions.<br>
That's all by now!<br><br></div>