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)
Available in Sandboxed Solutions: No

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