Window without top border

I cannot find how to create a main window without a top border, like Pages or Fontbook. Does anyone know how to do this in Xojo?

Thanks

This’ll do the trick:

self.NSWindowMBS.titlebarAppearsTransparent = true

Thanks Tim, perfect!