Windows Functionality Suite? Status Bar?

Hi. I’m new to XOJO. I’ve seen mentions online of the Windows Functionality Suite add-on. I see it at https://github.com/arbp/WFS, but how do I download it and set it up? Specifically, I’m hoping to find a solution to add a Status Bar to the bottom of a window like the control available in MS Visual Studio.

Thanks.

The Visual Studio window is not a regular Windows system object. I suspect they are using a variable shape box to render the window frame invisible, and simulate the top bar as well as the bottom purple status bar with a canvas or a rectangle.