Property | Type | Description | |
---|---|---|---|
CurrentForegroundWindow | |||
FocusedOpacity | double | ||
GiveFocusBackToScintilla | bool | ||
IsActivated | bool | ||
UnfocusedOpacity | double |
Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
CheckAeroEnabled ( ) : bool | ||
OnClosing ( object sender, CancelEventArgs cancelEventArgs ) : void |
instead of closing, cloak this form (invisible)
|
|
PlugOnOnNppWindowsMove ( ) : void |
protected OnActivated ( |
||
e | ||
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected SetVisibleCore ( bool value ) : void | ||
value | bool | |
return | void |
public IntPtr,System CurrentForegroundWindow | ||
return |