In This Topic
Moves the focus to the element.
Syntax
'Declaration
Public Overridable Sub Focus( _
ByVal As Boolean _
)
'Usage
Dim instance As LineShape
Dim giveFocus As Boolean
instance.Focus(giveFocus)
public virtual void Focus(
bool
)
Parameters
- giveFocus
- Whether the element is to receive focus
See Also