다음을 통해 공유


DragOff Property

Topic Last Modified: 2006-06-13

The DragOff property disables the control's drag and drop functionality.

Applies To

EXTV Interface

Syntax

Property DragOff As Boolean
HRESULT get_DragOff(VARIANT_BOOL* pVal);HRESULT put_DragOff(VARIANT_BOOL Val);

Parameters

  • pVal
    Returns the value of the DragOff property as a reference to a VARIANT_BOOL.
  • Val
    Sets the value of the DragOff property to the value of the VARIANT_BOOL.

Remarks

The TreeView control only allows dragging between nodes.

Example

The following example disables dragging and dropping.

      

EXTV1.DragOff = True