Preface -- I'm a C# novice so some of my terminology might be incorrect here.

Does C# have an equivalent of MFC's CWnd? Several of the functions I want to perform I need to do via calls the win api functions. It seems that some win api functions were built into CWnd. If C# has an equivalent I would prefer to use that.

Thanks. Any insight is appreciated.