Share via


SearchSettingsDataSource.ForwardEnterKeyOnSearchStart Property

Definition

Gets or sets the flag indicating whether the common search control forwards the enter-key event after a search is started. Default is false, indicating that the enter-key event is not forwarded by the control.

public:
 property bool ForwardEnterKeyOnSearchStart { bool get(); void set(bool value); };
public:
 property bool ForwardEnterKeyOnSearchStart { bool get(); void set(bool value); };
public bool ForwardEnterKeyOnSearchStart { get; set; }
member this.ForwardEnterKeyOnSearchStart : bool with get, set
Public Property ForwardEnterKeyOnSearchStart As Boolean

Property Value

Returns a flag indicating whether the search control forwards the enter-key event.

Applies to