C# Class Hawkeye.UI.MainControl

The main Hawkeye UI control.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: odalet/Hawkeye2 Class Usage Examples

Private Properties

Свойство Type Description
BuildCurrentWindowInfo void
CanExecuteAction bool
Dump void
FillControlInfo void
GetFileName string
HandleDotNetPropertyGridAction void
InitializeComponent void
RefreshDotNetPropertyGridActions void
dumpButton_Click void

Méthodes publiques

Méthode Description
MainControl ( ) : System

Initializes a new instance of the MainControl class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentInfoChanged ( ) : void
OnLoad ( EventArgs e ) : void

Raises the E:System.Windows.Forms.UserControl.Load event.

Private Methods

Méthode Description
BuildCurrentWindowInfo ( IntPtr hwnd ) : void
CanExecuteAction ( DotNetPropertyGridAction action ) : bool
Dump ( ) : void

Dumps the currently selected window information.

FillControlInfo ( IControlInfo controlInfo ) : void
GetFileName ( ) : string

Gets the name of the file to save log to.

HandleDotNetPropertyGridAction ( DotNetPropertyGridAction action ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RefreshDotNetPropertyGridActions ( ) : void
dumpButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of the dumpButton control.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

MainControl() public méthode

Initializes a new instance of the MainControl class.
public MainControl ( ) : System
Résultat System

OnCurrentInfoChanged() protected méthode

protected OnCurrentInfoChanged ( ) : void
Résultat void

OnLoad() protected méthode

Raises the E:System.Windows.Forms.UserControl.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
Résultat void