Wimark.Controls Class Library  

ListBox.TopItem Property

Gets or sets the first visible item in the ListBox.

[Visual Basic]
Public Property TopItem As ListItem 
[C#]
public ListItem TopItem {get; set;}
[C++]
public: __property ListItem* get_TopItem();
public: __property void set_TopItem(ListItem*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ListBox Class | ListBox Members | Wimark.Controls Namespace