Share via


WikiFileField.AllowFirstFocus property

Gets a value indicating whether the page, on loading, can set the initial focus to the WikiFileField control.

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

Syntax

'Declaration
Protected Overrides ReadOnly Property AllowFirstFocus As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.AllowFirstFocus
protected override bool AllowFirstFocus { get; }

Property value

Type: System.Boolean
true if the page is allowed to set the initial focus to the WikiFileField control; otherwise, false.

See also

Reference

WikiFileField class

WikiFileField members

Microsoft.SharePoint.WebControls namespace