Selectable Property (IElement)
In This Topic
Internal use only.
Syntax
'Declaration
Property Selectable As Boolean
'Usage
Dim instance As IElement
Dim value As Boolean
instance.Selectable = value
value = instance.Selectable
bool Selectable {get; set;}
See Also