System.Web.UI.WebControls.CreateUserWizard.SkipLinkText Property

Gets or sets a value that is used to render alternate text that notifies screen readers to skip the sidebar area's content.

Syntax

public override string SkipLinkText { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the CreateUserWizard.SkipLinkText property to specify the alternate text for a hidden-image read by screen readers that will provide the ability to skip the sidebar area's content. The text that you specify provides assistive technology devices with a description of the hidden image that can be used to make the control more accessible.

Note:

If the CreateUserWizard.DisplaySideBar property is set to false (the default), the CreateUserWizard.SkipLinkText property does not create a hidden image with alternate text. The CreateUserWizard.SkipLinkText property works only when the CreateUserWizard.DisplaySideBar property is true.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0