SearchSettingsDataSource::ForwardEnterKeyOnSearchStart Property

 

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.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property bool ForwardEnterKeyOnSearchStart {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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

Return to top
Show: