Método IVsIntelliMouseHandler.MouseWheelPresent ()
Indica se ou não há uma roda do mouse Intellisense em uso.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int MouseWheelPresent()
int MouseWheelPresent()
abstract MouseWheelPresent : unit -> int
Function MouseWheelPresent As Integer
Valor de retorno
Type: System.Int32
Retorna S_OK se não houver um mecanismo cíclico do mouse.Caso contrário, retornará S_FALSE.
Consulte também
Interface IVsIntelliMouseHandler
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo