An NDoc Documented Class Library

ScrollBar Class

For a list of all members of this type, see ScrollBar Members.

System.Object
   White.Core.UIItems.UIItem
      White.Core.UIItems.Scrolling.ScrollBar
         White.Core.UIItems.Scrolling.HScrollBar

[Visual Basic]
Public Class ScrollBar
    Inherits UIItem
    Implements IScrollBar
[C#]
public class ScrollBar : UIItem, IScrollBar
[C++]
public __gc class ScrollBar : public UIItem, IScrollBar
[JScript]
public class ScrollBar extends UIItem, IScrollBar

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: White.Core.UIItems.Scrolling

Assembly: White.Core (in White.Core.dll)

See Also

ScrollBar Members | White.Core.UIItems.Scrolling Namespace