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!

ScrollButton Enumeration

Specifies the type of scroll arrow to create on a scroll bar.

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

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

Remarks

Use this enumeration as a parameter in the DrawScrollButton method.

Members

Member Name Description
Down A down-scroll arrow.
Left A left-scroll arrow.
Min [To be supplied.]
Right A right-scroll arrow.
Up An up-scroll arrow.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace