Enum FindReplaceControl.SearchScope
Enumerates all known search scopes.
public enum FindReplaceControl.SearchScope
Fields
AllOpenDocuments = 1
Search scope is 'All Open Documents'.
CurrentDocument = 0
Search scope is 'Current Document'.
CurrentProject = 2
Search scope is 'Current Project'.
SelectionOnly = 3
Search scope is 'Selection Only'.