UIContextGuids80.Dragging Field

Definition

Specifies a context that occurs while dragging items in Solution Explorer.

public: System::String ^ Dragging;
std::wstring Dragging;
public const string Dragging;
val mutable Dragging : string
Public Const Dragging As String 

Field Value

Remarks

This context becomes active whenever items are being dragged around in Solution Explorer. This context becomes inactive when the dragging operation is completed.

The GUID for this context is: {B706F393-2E5B-49E7-9E2E-B1825F639B63}. It is defined in vsshell.h.

Applies to