class MyClass : public Ctrl { public: void Serialize(Stream &s) { s % mycontrol1.IsEnabled() % mycontrol2.IsEnabled(); } ...
Report message to a moderator