ToolBar.FocusOnToolbar property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property FocusOnToolbar As Boolean
    Get
    Set
'Usage
Dim instance As ToolBar
Dim value As Boolean

value = instance.FocusOnToolbar

instance.FocusOnToolbar = value
public bool FocusOnToolbar { get; set; }

Property value

Type: System.Boolean

See also

Reference

ToolBar class

ToolBar members

Microsoft.SharePoint.WebControls namespace