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