AllowResize
Enable/disable resizing of the pop-up window. If false, the user
will not be able to resize the pop-up window.
C#
|
|
bool AllowResize { get; set;
}
|
C++
|
|
HRESULT AllowResize([out,
retval] VARIANT_BOOL* pVal)
HRESULT AllowResize([in]
VARIANT_BOOL pVal)
|