Glossary Item Box

LabDevTools Send comments on this topic.

ScrollingMode

Gets or sets the type of scrolling text.

 

[Visual Basic]
Public Property ScrollingMode As ScrollingModes
[C#]
public ScrollingModes ScrollingMode
{get; set;}

 

 

[Visual Basic]

Public Enum ScrollingModes As Byte

   Circular = 0

   Initial = 1

   Alternate = 2

End Enum

 

[C#]

public enum ScrollingModes : byte

{

   Circular,

   Initial,

   Alternate

}

 

Observations:

Of default it is ScrollModes.Circular.

See also:

Appearance | Reset | ScreenText | ScrollDirection | ScrollSpeed | Start | WordWrap

 


Copyright © 2007 LabDevTools. All Rights Reserved.