C# Class MovablePython.Hotkey

Mostra file Open project: brightideainc/TSTool Class Usage Examples

Public Methods

Method Description
Clone ( ) : Hotkey
GetCanRegister ( Control windowControl ) : bool
Hotkey ( ) : System
Hotkey ( Keys keyCode, bool shift, bool control, bool alt, bool windows ) : System
PreFilterMessage ( Message &message ) : bool
Register ( Control windowControl ) : bool
ToString ( ) : string
Unregister ( ) : void

Private Methods

Method Description
OnPressed ( ) : bool
RegisterHotKey ( IntPtr hWnd, int id, uint fsModifiers, Keys vk ) : int
Reregister ( ) : void
UnregisterHotKey ( IntPtr hWnd, int id ) : int

Method Details

Clone() public method

public Clone ( ) : Hotkey
return Hotkey

GetCanRegister() public method

public GetCanRegister ( Control windowControl ) : bool
windowControl Control
return bool

Hotkey() public method

public Hotkey ( ) : System
return System

Hotkey() public method

public Hotkey ( Keys keyCode, bool shift, bool control, bool alt, bool windows ) : System
keyCode Keys
shift bool
control bool
alt bool
windows bool
return System

PreFilterMessage() public method

public PreFilterMessage ( Message &message ) : bool
message Message
return bool

Register() public method

public Register ( Control windowControl ) : bool
windowControl Control
return bool

ToString() public method

public ToString ( ) : string
return string

Unregister() public method

public Unregister ( ) : void
return void