public RevitViewAttacher(Window window, IntPtr hwnd, TitleVisibility titleVisibility)
 {
     this.window          = window;
     this.hwnd            = hwnd;
     this.titleVisibility = titleVisibility;
 }
 public void SetTitleVisibility(TitleVisibility titleVisibility)
 {
     this.titleVisibility = titleVisibility;
 }