PeekSessionCreationOptions::ShouldFocusOnLoad Property

Visual Studio 2015
 

Indicates whether or not the Peek control should get the user's focus when it is first loaded.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property bool ShouldFocusOnLoad {
	[CompilerGeneratedAttribute]
	bool get();
	[CompilerGeneratedAttribute]
	private: void set(bool value);
}

Property Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: