IVsIntelliMouseHandler.MouseWheelPresent Method

Definition

Indicates whether or not there is an Intellisense mouse wheel in use.

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

Returns

Returns S_OK if there is a mouse wheel. Otherwise, returns S_FALSE.

Applies to