Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / CanFocus Property


In This Topic
CanFocus Property (SuperEditBase)
In This Topic
Gets or sets whether the edit control can receive focus.
Syntax
'Declaration
 
Public Overrides Property CanFocus As Boolean
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Boolean
 
instance.CanFocus = value
 
value = instance.CanFocus
See Also