Version

windowState Property

Gets sets the current state of dialog as Number. Value corresponds to WindowState enum on server. The set method may contain second param: true means request to raise client event. One of constants defined in Infragistics.Web.UI.DialogWindowState.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_windowState() : Integer
function set_windowState(value : Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDialogWindow.get_windowState();
See Also