Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
OneNoteJournal
HotKey.Window
C# 클래스 OneNoteJournal.HotKey.Window
Represents the window that is used internally to get the messages.
상속:
System.Windows.Forms.NativeWindow
,
IDisposable
파일 보기
프로젝트 열기: richie5um/OneNoteJournal
공개 메소드들
메소드
설명
Dispose
( ) :
void
Window
( ) :
System
보호된 메소드들
메소드
설명
WndProc
(
Message
&
m
) :
void
Overridden to get the notifications.
메소드 상세
Dispose()
공개
메소드
public
Dispose
( ) :
void
리턴
void
Window()
공개
메소드
public
Window
( ) :
System
리턴
System
WndProc()
보호된
메소드
Overridden to get the notifications.
protected
WndProc
(
Message
&
m
) :
void
m
System.Windows.Forms.Message
리턴
void