AllowResize

Gets and sets a Boolean that enables/disables resizing of the pop-up window. If FALSE, the user will not be able to resize the pop-up window.

 

JavaScript

 

AllowResize

 

C#

 

bool AllowResize { get; set; }

 

C++

 

HRESULT AllowResize([out, retval] VARIANT_BOOL* pVal)

HRESULT AllowResize([in] VARIANT_BOOL pVal)