TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartTitle > Method >

 

SetAlternativeText

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartTitle > Method >

 

SetAlternativeText

 

 

Set the alternate text.

 

 

 

Prototype :

 

void SetAlternativeText

(

        string AlternativeText

)

 

 

 

Arguments :

 

AlternativeText

Alternative text

 

 

 

Reference :

 

In order to provide a voice explanation of report content with a screen reader, an alternative text should be sent to the screen reader.

 

If a component with Text property has no alternative text, the text property value will be sent to the screen reader.

 

 

 

Example :

 

This.SetAlternativeText("Text");

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind