ESRI.ArcGIS.ADF.Web.UI.WebControls
Search Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.HtmlEditor Namespace > SearchableBrowser Interface : Search Method




text
Text to search for.
forward
Whether to search forward or backward.
matchWholeWord
Whether to match a whole word.
matchCase
Whether to match the case.
Search method.

Syntax

Visual Basic (Declaration) 
Function Search( _
   ByVal text As String, _
   ByVal forward As Boolean, _
   ByVal matchWholeWord As Boolean, _
   ByVal matchCase As Boolean _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SearchableBrowser
Dim text As String
Dim forward As Boolean
Dim matchWholeWord As Boolean
Dim matchCase As Boolean
Dim value As Boolean
 
value = instance.Search(text, forward, matchWholeWord, matchCase)
C# 
bool Search( 
   string text,
   bool forward,
   bool matchWholeWord,
   bool matchCase
)

Parameters

text
Text to search for.
forward
Whether to search forward or backward.
matchWholeWord
Whether to match a whole word.
matchCase
Whether to match the case.

Return Value

Whether text is found.

See Also

© 2010 All Rights Reserved.