Gets and sets a Boolean that enables/disables dragging of the pop-up window. If FALSE, the user will not be able change the position of the pop-up window.
JavaScript |
|
AllowDrag |
C# |
|
bool AllowDrag { get; set; } |
C++ |
|
HRESULT AllowDrag([out, retval] VARIANT_BOOL* pVal) HRESULT AllowDrag([in] VARIANT_BOOL pVal) |