Intersoft ClientUI Documentation
SearchText Property (ISSelectionControl)



Gets or sets current text search string.
Syntax
<CategoryAttribute("Text Search")>
Protected Property SearchText As String
Dim instance As ISSelectionControl
Dim value As String
 
instance.SearchText = value
 
value = instance.SearchText
[CategoryAttribute("Text Search")]
protected string SearchText {get; set;}
[CategoryAttribute("Text Search")]
protected:
property String^ SearchText {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISSelectionControl Class
ISSelectionControl Members

Send Feedback