We laid a solid foundation for the Elegant Ribbon framework by extending Windows Forms base classes. For example,
the base class for all controls is designed to make each control windowless. Using windowless controls
instead of those based on window handles enables the application to work faster and requires less system resources.