Specifies whether the specified object can be selected in the Run-time environment.
Syntax
object.IsSelectable[= Boolean]
Properties
The IsSelectable property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Boolean |
Whether the object can be selected. |
Settings
The settings for Boolean are:
Value |
Description |
True |
The object can be selected in the Run-time environment. |
False |
The object can not be selected in the Run-time environment. (Default) |