C# Class SuperPutty.ApplicationPanel

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: sepich/superputty Class Usage Examples

Private Properties

Свойство Type Description
ApplicationPanel_Disposed void
MoveWindow void
MoveWindow void
OnInnerApplicationFocused void
Settings_SettingsSaving void
SuperPuTTY_LayoutChanged void
UpdateTitle void
WinEventProc void

Méthodes publiques

Méthode Description
ApplicationPanel ( ) : System
ReFocusPuTTY ( string caller ) : bool
RefreshAppWindow ( ) : void

Méthodes protégées

Méthode Description
OnHandleDestroyed ( EventArgs e ) : void

Send a close message to the hosted application window when the parent is destroyed

OnResize ( EventArgs e ) : void

Refresh the hosted applications window when the parent changes size

OnSizeChanged ( EventArgs e ) : void

Force redraw of control when size changes

OnVisibleChanged ( EventArgs e ) : void

Create (start) the hosted application when the parent becomes visible

Private Methods

Méthode Description
ApplicationPanel_Disposed ( object sender, EventArgs e ) : void
MoveWindow ( string src ) : void
MoveWindow ( string src, int x, int y ) : void
OnInnerApplicationFocused ( ) : void
Settings_SettingsSaving ( object sender, CancelEventArgs e ) : void
SuperPuTTY_LayoutChanged ( object sender, Data e ) : void
UpdateTitle ( ) : void
WinEventProc ( IntPtr hWinEventHook, uint eventType, IntPtr hwnd, int idObject, int idChild, uint dwEventThread, uint dwmsEventTime ) : void

Method Details

ApplicationPanel() public méthode

public ApplicationPanel ( ) : System
Résultat System

OnHandleDestroyed() protected méthode

Send a close message to the hosted application window when the parent is destroyed
protected OnHandleDestroyed ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnResize() protected méthode

Refresh the hosted applications window when the parent changes size
protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSizeChanged() protected méthode

Force redraw of control when size changes
protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs Not used
Résultat void

OnVisibleChanged() protected méthode

Create (start) the hosted application when the parent becomes visible
protected OnVisibleChanged ( EventArgs e ) : void
e System.EventArgs Not used
Résultat void

ReFocusPuTTY() public méthode

public ReFocusPuTTY ( string caller ) : bool
caller string
Résultat bool

RefreshAppWindow() public méthode

public RefreshAppWindow ( ) : void
Résultat void