Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

ScrollBars Enumeration

Specifies which scroll bars will be visible on a control.

[Visual Basic]
Public Enum ScrollBars
[C#]
public enum ScrollBars

Members

Member Name Description
Auto Control automatically displays a scroll bar if needed.
Horizontal Only horizontal scroll bars are shown.
Vertical Only vertical scroll bars are shown.
Both Both horizontal and vertical scroll bars are shown.
None No scroll bars are shown.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

EO.Web Namespace


Direct link to this topic