The scroll bar component displays a periodic message and scrolls a message across the status bar. The site designer provides this information so the user can learn more about the page.
Function: | StatusScroll |
Input: | None |
Return: | None |
Description: | This function scrolls a user-defined message, msg, from right to left in the browser's status bar. The message is scrolled and refreshed at every interval specified by the rate parameter. Set the width parameter to determine how far from the left side of the status bar to start the scrolling message. The message will then scroll that many spaces from right to left until being "swallowed up" by the left margin, and repeat. |
Function: | Display |
Input: | None |
Return: | None |
Description: | This method will display the text within the tooltip property in the status bar. |
Function: | ClearStatusBar |
Input: | None |
Return: | None |
Description: | This method will clears the status bar. |
Environment: Client