C# Class FlatRedBall.Glue.Controls.EmbeddedProgramPanel

Inheritance: System.Windows.Forms.Panel
Mostra file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
EmbeddedProgramPanel ( Process process ) : System
EmbeddedProgramPanel ( string path, string arguments ) : System
Id ( ) : int
Title ( ) : string

Private Methods

Method Description
GetParent ( IntPtr hWnd ) : IntPtr
GetWindowText ( IntPtr hWnd, [ lpString, int nMaxCount ) : int
GetWindowTextLength ( IntPtr hWnd ) : int
MoveWindow ( IntPtr hWnd, int x, int y, int nWidth, int nHeight, bool bRepaint ) : bool
Resize_Handler ( object sender, EventArgs e ) : void
SetForegroundWindow ( IntPtr hWnd ) : int
SetParent ( IntPtr hWndChild, IntPtr hWndNewParent ) : IntPtr
SetWindowLong ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool
sync_Tick ( object sender, EventArgs e ) : void

Method Details

EmbeddedProgramPanel() public method

public EmbeddedProgramPanel ( Process process ) : System
process System.Diagnostics.Process
return System

EmbeddedProgramPanel() public method

public EmbeddedProgramPanel ( string path, string arguments ) : System
path string
arguments string
return System

Id() public method

public Id ( ) : int
return int

Title() public method

public Title ( ) : string
return string