Default droppable setting for new items.

Usage

Set_Property(OLECtrlEntID, "OLE.DefDroppable", OptionValue)

Values

OptionValue can be set to one of the following valid options:

ValueAbbr.Description
DefaultDUse the DropCondition property to decide
AlwaysAThe new item can be a drop target
NeverNThe new item cannot be a drop target

Default: Default

Remarks

The DefDroppable property establishes the default droppable setting for new items. Setting this property will not change existing items. Instead, newly added items will take on the setting established in this property. See the ItemDroppable property for details.

For more information on how default properties can make you more efficient, see the Default Properties article.

Example

// Make all new items a drop target  
Set_Property(@Window:".OLE_TREE", "OLE.DefDroppable", "Always")

See Also

ItemDroppableDefDraggableDropCondition

  • No labels