An NDoc Documented Class Library

Table Class

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

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

[Visual Basic]
Public Class Table
    Inherits UIItem
    Implements VerticalSpanProvider, TableVerticalScrollOffset
[C#]
public class Table : UIItem, VerticalSpanProvider, TableVerticalScrollOffset
[C++]
public __gc class Table : public UIItem, VerticalSpanProvider, TableVerticalScrollOffset
[JScript]
public class Table extends UIItem, VerticalSpanProvider, TableVerticalScrollOffset

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

Table Members | White.Core.UIItems.TableItems Namespace