ContentTypeIdField.Focus Method
Sets focus to the GroupedDropDownList child of this control. If no child control exists, a child control is created.
Namespace: Microsoft.SharePoint.Publishing.Fields
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Sub Focus
'Usage
Dim instance As ContentTypeIdField
instance.Focus()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override void Focus()