Wimark.Controls Class Library  

DomainUpDown.Wrap Property

Gets or sets a value indicating whether the collection of items continues to the first or last item if the user continues past the end of the list.

[Visual Basic]
Public Property Wrap As Boolean 
[C#]
public bool Wrap {get; set;}
[C++]
public: __property bool get_Wrap();
public: __property void set_Wrap(bool);

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

DomainUpDown Class | DomainUpDown Members | Wimark.Controls Namespace