ComponentOne Window for ASP.NET AJAX: Window for ASP.NET AJAX Behavior > Window Minimizing

Window Minimizing

For a C1Window dialog window to be minimized you need a minimize button to be visible on the dialog window's caption bar. By default, the Minimize button is enabled and the MinimizeButton.Visible property is set to True. You can disable dialog window minimizing by setting the MinimizeButton.Visible property to False.

When a dialog window is minimized at run time it will appear in the lower-left area of the Web page. Once minimized, the Minimize button will become a Restore button. When pressed the Restore button will return the dialog window to its previous size.

Docking Dialog Windows in a Form Element

If you would like to specify an element to store the minimized windows, you can use the MinimizeZoneElementId property. For example, in the following image dialog windows are docked in a panel control:

 

 

Using the MinimizeZoneElementId property, you can specify a form element to store the minimized dialog windows. When minimized, the dialog windows will appear docked in the form element designated by the MinimizeZoneElementId property, similar to the way that windows are docked in a task bar. For more information, see Using the MinimizeZoneElementId property.


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.