That's a .NET framework control, good luck getting that into Lite-c.
They are however based upon win32 controls which can be created easily through the winAPI. Problem is the rendering conflict with DirectX.
I have managed to create a button in my lite-c program, but it is only visible slightly when clicked.
The DirectX renderer would have to be disabled I think.
Either way, if you defintely want controls in your program, then take a look at the C# wrapper.