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