Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / CanFocus Property


In This Topic
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
See Also