NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListView.LabelWrap

Tells whether the LabelWrap style is currently set.

[Visual Basic]
Public Property LabelWrap As Boolean
[C#]
public bool LabelWrap {get; set;}
[C++]
public: __property bool get_LabelWrap();
public: __property void set_LabelWrap(bool);
[JScript]
public function get LabelWrap() : Boolean;
public function set LabelWrap(Boolean);

See Also

ListView Class | ListView Members | System.WinForms Namespace