Share via


FormListControl.inputSearch(String) Method

Definition

Identifies when the search begins for a specified text string.

public:
 override void inputSearch(System::String ^ _searchStr);
public override void inputSearch (string _searchStr);
override this.inputSearch : string -> unit
Public Overrides Sub inputSearch (_searchStr As String)

Parameters

_searchStr
String

A String data type that specifies a text string.

Remarks

To override this method in a form list control, right-click the Methods node below the control, point to Override Method, and then click inputSearch. For information about best practices for forms and code, see No Code in Forms.

Applies to