NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ScrollBars Enumeration

Specifies which scroll bars will be visible on a control.

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

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

Not all controls support scroll bars. Use this enumeration to specify which scroll bars will be visible on a control, either under some or all circumstances.

Members

Member Name Description
Both Both horizontal and vertical scroll bars are shown.
Horizontal Only horizontal scroll bars are shown.
None No scroll bars are shown.
Vertical Only vertical scroll bars are shown.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | System.WinForms.Edit