IVsIntelliMouseHandler.MouseWheelPresent 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.
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.