An NDoc Documented Class Library

HScrollBar Class

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

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

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

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

HScrollBar Members | White.Core.UIItems.Scrolling Namespace