MessageBox actually not a control (not inherited from Control ), it's just a class.
In fact, itβs even almost a static class, since there is no public / protected constructor, and only static methods. This is more like a factory.
You should probably write your own as it is not expandable.
ken2k source share