.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 > 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)
Visual Basic |
Public Property AllowWrapAround As Boolean |
C# |
public bool AllowWrapAround { get; set; } |
Visual C++ |
public: |
TextSearchWrapAroundEventArgs Class