Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Dialog.IsModal Property

Gets or sets a value indicating whether the default displaying mode for the dialog is modal.

[Visual Basic]
Public Property IsModal As Boolean
[C#]
public Boolean IsModal {get; set;}

Remarks

This property only provides the default value. The value can be overriden by the first parameter of the dialog's show method on the client side.

See Also

Dialog Class | EO.Web Namespace


Direct link to this topic