PublishingScheduleControl.Focus Method
Overrides the TemplateBasedControl.Focus() method to set focus appropriately for this control.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Sub Focus
'Usage
Dim instance As PublishingScheduleControl
instance.Focus()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override void Focus()
See Also
Reference
PublishingScheduleControl Class