UserField.Focus Method
Verifies that the child controls of the UserField have been created.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub Focus
'Usage
Dim instance As UserField
instance.Focus()
public override void Focus()
Remarks
This override of Focus does not give focus to the UserField control.