VsDropdownBarClass.RefreshCombo(Int32, Int32) Method
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.
Forces a repaint of a combo, specifying the current selection.
public:
virtual int RefreshCombo(int iCombo, int iNewSelection) = Microsoft::VisualStudio::TextManager::Interop::IVsDropdownBar::RefreshCombo;
public:
virtual int RefreshCombo(int iCombo, int iNewSelection);
public:
virtual int RefreshCombo(int iCombo, int iNewSelection) = Microsoft::VisualStudio::TextManager::Interop::IVsDropdownBar::RefreshCombo;
virtual int RefreshCombo(int iCombo, int iNewSelection);
public virtual int RefreshCombo (int iCombo, int iNewSelection);
abstract member RefreshCombo : int * int -> int
override this.RefreshCombo : int * int -> int
Public Overridable Function RefreshCombo (iCombo As Integer, iNewSelection As Integer) As Integer
Parameters
- iCombo
- Int32
[in] The drop-down bar/Window combo.
- iNewSelection
- Int32
[in] New selected item.
Returns
If the method succeeds, it returns S_OK; otherwise, it returns an error code.