C# Класс SuperPutty.ApplicationPanel

Наследование: System.Windows.Forms.Panel
Показать файл Открыть проект Примеры использования класса

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