FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / Focus Method
Whether the element is to receive focus


In This Topic
Focus Method (CalloutArrowShape)
In This Topic
Moves the focus to the element.
Syntax
'Declaration
 
Public Overridable Sub Focus( _
   ByVal giveFocus As Boolean _
) 
 
'Usage
 
Dim instance As CalloutArrowShape
Dim giveFocus As Boolean
 
instance.Focus(giveFocus)

Parameters

giveFocus
Whether the element is to receive focus
See Also