Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DrawingToolbar Class / OwnsFocus Property


In This Topic
OwnsFocus Property
In This Topic
Gets or sets whether the OwningControl receives focus after a toolbar action.
Syntax
'Declaration
 
Public Overridable Property OwnsFocus As Boolean
 
'Usage
 
Dim instance As DrawingToolbar
Dim value As Boolean
 
instance.OwnsFocus = value
 
value = instance.OwnsFocus
See Also