프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CurrentForegroundWindow |
메소드 | 설명 | |
---|---|---|
AppliForm ( ) : System | ||
Cloack ( ) : void |
hides the form
|
|
DoShow ( ) : void |
should be called after Show() or ShowDialog() for a sweet animation
|
|
ForceClose ( ) : void |
Call this method instead of Close() to really close this form
|
|
GiveFocusBack ( ) : void |
Gives focus back to the owner window
|
|
HandleKeyPressed ( Keys key, KeyModifiers keyModifiers ) : bool |
Handling key board event sent from the global hook
|
|
UnCloack ( ) : void |
show the form
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnActivated ( |
When the form gets activated..
|
|
OnClosing ( CancelEventArgs e ) : void | ||
OnDeactivate ( |
||
SetVisibleCore ( bool value ) : void |
This ensures the form is never visible at start
|
메소드 | 설명 | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public HandleKeyPressed ( Keys key, KeyModifiers keyModifiers ) : bool | ||
key | Keys | |
keyModifiers | KeyModifiers | |
리턴 | bool |