Search Results for

    Show / Hide Table of Contents

    Class OTZMouseLLHook

    マウス関連のフック

    Inheritance
    System.Object
    OTZMouseLLHook
    名前空間: OTZControls.Utilities
    アセンブリ: OTZControls.dll
    Syntax
    public class OTZMouseLLHook

    メソッド

    Hook()

    宣言
    public void Hook()

    HookProcedure(Int32, IntPtr, IntPtr)

    宣言
    public IntPtr HookProcedure(int nCode, IntPtr wParam, IntPtr lParam)
    パラメーター
    型 名前 説明
    System.Int32 nCode
    IntPtr wParam
    IntPtr lParam
    戻り値
    型 説明
    IntPtr

    UnHook()

    宣言
    public void UnHook()

    イベント

    LButtonDownEvent

    宣言
    public event EventHandler<MouseEventArg>? LButtonDownEvent
    Event Type
    型 説明
    System.Nullable<EventHandler<MouseEventArg>>

    LButtonUpEvent

    宣言
    public event EventHandler<MouseEventArg>? LButtonUpEvent
    Event Type
    型 説明
    System.Nullable<EventHandler<MouseEventArg>>

    MouseMoveEvent

    宣言
    public event EventHandler<MouseEventArg>? MouseMoveEvent
    Event Type
    型 説明
    System.Nullable<EventHandler<MouseEventArg>>

    RButtonDownEvent

    宣言
    public event EventHandler<MouseEventArg>? RButtonDownEvent
    Event Type
    型 説明
    System.Nullable<EventHandler<MouseEventArg>>

    RButtonUpEvent

    宣言
    public event EventHandler<MouseEventArg>? RButtonUpEvent
    Event Type
    型 説明
    System.Nullable<EventHandler<MouseEventArg>>
    In This Article
    Back to top Generated by DocFX