Default selectable setting for new items.

Usage

Set_Property(OLECtrlEntID, "OLE.DefSelectable", Boolean)

Values

[True | False]

Default: True

Remarks

The DefSelectable property establishes the default selectability of 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 ItemSelectable property for details.

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

Example

// Prevent the user from selecting new itema 
Set_Property(@Window:".OLE_TREE", "OLE.DefSelectable", 0)

See Also

ItemSelectableSelectedItems

  • No labels