Modifier

CreateUserWizard.SkipLinkText Property

Definition

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

public:
 virtual property System::String ^ SkipLinkText { System::String ^ get(); void set(System::String ^ value); };
public override string SkipLinkText { get; set; }
member this.SkipLinkText : string with get, set
Public Overrides Property SkipLinkText As String

Property Value

A string that the CreateUserWizard renders as alternate text with an invisible image, as a hint to screen readers. The default is an empty string ("").

Remarks

Use the 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 DisplaySideBar property is set to false (the default), the SkipLinkText property does not create a hidden image with alternate text. The SkipLinkText property works only when the DisplaySideBar property is true.

Applies to

See also