.NET Framework Class Library

TextSearchWrapAroundEventArgs.AllowWrapAround Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > TextSearchWrapAroundEventArgs Class > TextSearchWrapAroundEventArgs Properties >

.NET Framework Class Library

TextSearchWrapAroundEventArgs.AllowWrapAround Property

Whether to allow the wrap around and continue the search. True by default. If this is set to false then the search will terminate without wrapping around.

Namespace: Gnostice.Core

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Property AllowWrapAround As Boolean
 Get
 Set

C#

public bool AllowWrapAround { getset; }

Visual C++

public:
property bool AllowWrapAround {
 bool get ();
 void set (bool value);
}

See Also

TextSearchWrapAroundEventArgs Class

TextSearchWrapAroundEventArgs Members

Gnostice.Core Namespace