Glossary Item Box

LabDevTools Send comments on this topic.

ScrollDirection

Gets or sets the direction of the text scrolling.

 

[Visual Basic]
Public Property ScrollDirection As ScrollDirections
[C#]
public ScrollDirections ScrollDirection
{get; set;}

 

 

[Visual Basic]

Public Enum ScrollDirections As Byte

   Left = 0

   Right = 1

   Up = 2

   Down = 3

End Enum

 

[C#]

public enum ScrollDirections : byte

{

   Left,

   Rightl,

   Medium,

   Up,

   Down

}

 

Observations:

Of default it is ScrollDirections.Left.

See also:

Appearance | Reset | ScreenText | ScrollingMode | ScrollSpeed | Start | WordWrap

 


Copyright © 2007 LabDevTools. All Rights Reserved.