IVsIntellisenseLangTip.ScrollUp Method

Definition

Scrolls to the previous overload of the method.

public:
 int ScrollUp();
public:
 int ScrollUp();
int ScrollUp();
public int ScrollUp ();
abstract member ScrollUp : unit -> int
Public Function ScrollUp () As Integer

Returns

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

Remarks

C++

From singlefileeditor.idl:

HRESULT IVsIntellisenseLangTip::ScrollUp();

Applies to