Objective Grid for Microsoft® .NET® Reference Guide

ScrollBarId Enumeration

Back to Class Index

This enumeration specifies the scroll bar to perform a function on.

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

Remarks

The enumeration represents the scroll bars that exist on a window.

Members

Member NameDescription
Horz Horizontal scroll bar
Vert Vertical scroll bar
Both Both scroll bars

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

Stingray.Grid Namespace