Method | Description | |
---|---|---|
ForceClose ( ) : void |
Forces the form to close, only when leaving npp
|
|
GoToPage ( PageNames pageName ) : void |
Opens the application window and go to a specific page
|
|
Init ( ) : void |
Initializes the main application, since other windows uses this Form reference, it must be called pretty soon in the plugin initialization
|
|
IsFocused ( ) : bool |
True if the form is focused
|
|
IsMouseIn ( ) : bool |
Returns true if the cursor is within the form window
|
|
Refresh ( ) : void | ||
ToggleView ( ) : void |
Call this method to toggle on/off the application
|
public static GoToPage ( PageNames pageName ) : void | ||
pageName | PageNames | |
return | void |