Browse Source

hide dropdown forn in taskbar

Johann 6 years ago
parent
commit
346a72c93e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bccombobox.pas

+ 1 - 0
bccombobox.pas

@@ -63,6 +63,7 @@ begin
 
   FForm := TForm.Create(Self);
   FForm.Visible := False;
+  FForm.ShowInTaskBar:= stNever;
   FForm.FormStyle := fsStayOnTop;
   FForm.BorderStyle := bsNone;
   FForm.AutoSize := True;