프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CurrentForegroundWindow | |||
FocusedOpacity | double | ||
GiveFocusBackToScintilla | bool | ||
IsActivated | bool | ||
UnfocusedOpacity | double |
메소드 | 설명 | |
---|---|---|
Cloack ( ) : void |
hides the form
|
|
ForceClose ( ) : void |
Call this method instead of Close() to really close this form
|
|
GiveFocusBack ( ) : void |
Gives focus back to the owner window
|
|
NppInterfaceForm ( ) : System |
Create a new npp interface form, please set CurrentForegroundWindow
|
|
UnCloack ( ) : void |
show the form
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnActivated ( |
||
OnPaint ( PaintEventArgs e ) : void | ||
OnShown ( EventArgs e ) : void | ||
SetVisibleCore ( bool value ) : void |
This ensures the form is never visible at start
|
|
WndProc ( Message &m ) : void |
메소드 | 설명 | |
---|---|---|
CheckAeroEnabled ( ) : bool | ||
OnClosing ( object sender, CancelEventArgs cancelEventArgs ) : void |
instead of closing, cloak this form (invisible)
|
|
PlugOnOnNppWindowsMove ( ) : void |