FormControl.inputSearch(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs data filtering for the control, based on the specified string.
public:
virtual void inputSearch(System::String ^ _searchStr);
public virtual void inputSearch (string _searchStr);
abstract member inputSearch : string -> unit
override this.inputSearch : string -> unit
Public Overridable Sub inputSearch (_searchStr As String)
Parameters
- _searchStr
- String
The string value to use to filter data; optional.