Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
OneNoteJournal
HotKey.Window
C# Class OneNoteJournal.HotKey.Window
Represents the window that is used internally to get the messages.
Inheritance:
System.Windows.Forms.NativeWindow
,
IDisposable
Mostrar archivo
Open project: richie5um/OneNoteJournal
Public Methods
Method
Description
Dispose
( ) :
void
Window
( ) :
System
Protected Methods
Method
Description
WndProc
(
Message
&
m
) :
void
Overridden to get the notifications.
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
Window()
public
method
public
Window
( ) :
System
return
System
WndProc()
protected
method
Overridden to get the notifications.
protected
WndProc
(
Message
&
m
) :
void
m
System.Windows.Forms.Message
return
void