VsIntellisenseLangTipClass.ScrollDown Method

Definition

Scrolls to the next overload of the method.

public:
 virtual int ScrollDown() = Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseLangTip::ScrollDown;
public:
 virtual int ScrollDown();
public:
 virtual int ScrollDown() = Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseLangTip::ScrollDown;
 virtual int ScrollDown();
public virtual int ScrollDown ();
abstract member ScrollDown : unit -> int
override this.ScrollDown : unit -> int
Public Overridable Function ScrollDown () As Integer

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Applies to