Should render the control to the screen.
virtual void Render() = 0;
Render is a pure virtual function, so you have to define it.
Header: hgegui.h