ASP.NET MVC Controls
Modal Property

Gets or sets a value that determines whether the Popup should be displayed as a modal dialog.
Syntax
'Declaration
 
Public Property Modal As Boolean
public bool Modal {get; set;}
Remarks
Modal dialogs show a dark backdrop that makes the Popup stand out from other content on the page.If you want to make a dialog truly modal, also set the HideTrigger property to None, so users won't be able to click the backdrop to dismiss the dialog. In this case, the dialog will close only if the close method is called or if the user presses the Escape key.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Popup Class
Popup Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback