SearchSettingsDataSource.ForwardEnterKeyOnSearchStart Property
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.
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.