ListView.Text Property
.NET Framework 2.0
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This property is not relevant for this class.
Namespace: System.Windows.FormsAssembly: System.Windows.Forms (in system.windows.forms.dll)
[BindableAttribute(false)] public: virtual property String^ Text { String^ get () override; void set (String^ value) override; }
/** @property */ public String get_Text () /** @property */ public void set_Text (String value)
public override function get Text () : String public override function set Text (value : String)
Property Value
The text to display in the ListView control.Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.