An NDoc Documented Class Library

ListView Class

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

System.Object
   White.Core.UIItems.UIItem
      White.Core.UIItems.ListView

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

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

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

See Also

ListView Members | White.Core.UIItems Namespace