C# 클래스 SuperPutty.ApplicationPanel

상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: sepich/superputty 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ApplicationPanel_Disposed void
MoveWindow void
MoveWindow void
OnInnerApplicationFocused void
Settings_SettingsSaving void
SuperPuTTY_LayoutChanged void
UpdateTitle void
WinEventProc void

공개 메소드들

메소드 설명
ApplicationPanel ( ) : System
ReFocusPuTTY ( string caller ) : bool
RefreshAppWindow ( ) : void

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

ApplicationPanel() 공개 메소드

public ApplicationPanel ( ) : System
리턴 System

OnHandleDestroyed() 보호된 메소드

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

OnResize() 보호된 메소드

Refresh the hosted applications window when the parent changes size
protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnSizeChanged() 보호된 메소드

Force redraw of control when size changes
protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs Not used
리턴 void

OnVisibleChanged() 보호된 메소드

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

ReFocusPuTTY() 공개 메소드

public ReFocusPuTTY ( string caller ) : bool
caller string
리턴 bool

RefreshAppWindow() 공개 메소드

public RefreshAppWindow ( ) : void
리턴 void