C# Class FSO.IDE.FSOUIControl

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
FSOUI FSO.Client.UI.Framework.UIExternalContainer

Public Methods

Method Description
FSOUIControl ( ) : System
SetUI ( UIExternalContainer ui ) : void

Protected Methods

Method Description
OnCreateControl ( ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
PaintUsingSystemDrawing ( Graphics graphics, string text ) : void
ParentGotFocus ( object sender, EventArgs e ) : void
ParentLostFocus ( object sender, EventArgs e ) : void

Private Methods

Method Description
Cleanup ( object sender, FormClosingEventArgs e ) : void
FSOUIFrame ( ) : void
SetMouseButtonState ( MouseButtons button, Microsoft state ) : void
SubmitMouseState ( ) : void

Method Details

FSOUIControl() public method

public FSOUIControl ( ) : System
return System

OnCreateControl() protected method

protected OnCreateControl ( ) : void
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

PaintUsingSystemDrawing() protected method

protected PaintUsingSystemDrawing ( Graphics graphics, string text ) : void
graphics System.Drawing.Graphics
text string
return void

ParentGotFocus() protected method

protected ParentGotFocus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ParentLostFocus() protected method

protected ParentLostFocus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

SetUI() public method

public SetUI ( UIExternalContainer ui ) : void
ui FSO.Client.UI.Framework.UIExternalContainer
return void

Property Details

FSOUI public_oe property

public UIExternalContainer,FSO.Client.UI.Framework FSOUI
return FSO.Client.UI.Framework.UIExternalContainer