An NDoc Documented Class Library

TableVerticalScrollBar Class

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

System.Object
   White.Core.UIItems.UIItem
      White.Core.UIItems.TableItems.TableVerticalScrollBar

[Visual Basic]
Public Class TableVerticalScrollBar
    Inherits UIItem
    Implements IVScrollBar, IScrollBar
[C#]
public class TableVerticalScrollBar : UIItem, IVScrollBar, IScrollBar
[C++]
public __gc class TableVerticalScrollBar : public UIItem, IVScrollBar, IScrollBar
[JScript]
public class TableVerticalScrollBar extends UIItem, IVScrollBar, 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.TableItems

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

See Also

TableVerticalScrollBar Members | White.Core.UIItems.TableItems Namespace