메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Disposes resources
|
|
WindowActiveWatchdog ( |
Constructor. Allocates resources, event handlers
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposer. Release resources and cleanup.
|
메소드 | 설명 | |
---|---|---|
_form_Deactivate ( object sender, |
Some other window just got focus. Restores focus back to the form
|
|
_form_VisibleChanged ( object sender, |
Triggered when the visibility of the form changes
|
|
focusThisForm ( ) : void |
Sets focus to the form
|
|
getFormName ( ) : String |
Returns the name of the form
|
|
reactivateForm ( ) : void |
Asychronously sets focus back to the form
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to dispose managed resources |
리턴 | void |
public WindowActiveWatchdog ( |
||
form | The form to watch | |
리턴 | System |