TypeAndMemberDropdownBars::OnComboGetFocus Method (Int32)

 

Called when a combo box gets the focus.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual int OnComboGetFocus(
	int combo
)

Parameters

combo
Type: System::Int32

[in] The ID of the combo box (0 for the types combo box, 1 for the members combo box).

Return Value

Type: System::Int32

If successful, returns S_OK; otherwise, returns an error code.

Override this method if you need to do anything special when a particular combo box gets the focus.

This method is an implementation of the OnComboGetFocus method on the IVsDropdownBarClient interface.

The base method does nothing and always returns S_OK.

Return to top
Show: