IVsIntelliMouseHandler.HandleWheelButtonDown(IntPtr, UInt32) Método

Definição

Manipule o botão de roda do IntelliSense sendo enviado por push.

public:
 int HandleWheelButtonDown(IntPtr hwnd, System::UInt32 dwStyle);
public int HandleWheelButtonDown (IntPtr hwnd, uint dwStyle);
abstract member HandleWheelButtonDown : nativeint * uint32 -> int
Public Function HandleWheelButtonDown (hwnd As IntPtr, dwStyle As UInteger) As Integer

Parâmetros

hwnd
IntPtr

no O HWND da janela ativa.

dwStyle
UInt32

no Sinalizadores de bits, como WS_VSCROLL, indicando quais estilos de ScrollBar são usados. Defina como zero (0) para os padrões.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De VSShell. idl:

HRESULT IVsIntelliMouseHandler::HandleWheelButtonDown(  
   [in] HWND hwnd,   
   [in] DWORD dwStyle  
);  

Aplica-se a