SELECTABLE Attribute | selectable Property
This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.
Specifies whether the contents of the element can be selected for the movable behavior.
Syntax
XML <ELEMENT SELECTABLE = bSelectable... > Scripting [ bSelectable = ] movable.selectable
Possible Values
bSelectable Boolean that specifies or receives one of the following values.
- 0
- Default. Integer that specifies that the contents of the element cannot be selected.
1
- Integer that specifies that the contents of the element can be selected.
The property is read/write. The property has a default value of 0.
Remarks
The selectable property is available only to objects participating in the movable behavior.
Applies To
movable