TypeAndMemberDropdownBars::OnComboGetFocus Method (Int32)
Visual Studio 2015
Called when a combo box gets the focus.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- combo
-
Type:
System::Int32
[in] The ID of the combo box (0 for the types combo box, 1 for the members combo box).
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.
Show: