Wimark.Controls Class Library  

ListItem.Parent Property

Gets the ListBox control that the item is assigned to.

[Visual Basic]
Public ReadOnly Property Parent As ListBox 
[C#]
public ListBox Parent {get;}
[C++]
public: __property ListBox* get_Parent();

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

ListItem Class | ListItem Members | Wimark.Controls Namespace | ListBox