C# Class TeaseAI_CE.Settings.Window

Mostra file Open project: TeaseAI/TeaseAI-CE

Public Properties

Property Type Description
BorderLess bool
Location Point
Size System.Drawing.Size
State FormWindowState

Public Methods

Method Description
Apply ( Form f ) : void
Attach ( Form f ) : void
Get ( Form f ) : void

Method Details

Apply() public method

public Apply ( Form f ) : void
f System.Windows.Forms.Form
return void

Attach() public method

public Attach ( Form f ) : void
f System.Windows.Forms.Form
return void

Get() public method

public Get ( Form f ) : void
f System.Windows.Forms.Form
return void

Property Details

BorderLess public_oe property

public bool BorderLess
return bool

Location public_oe property

public Point Location
return Point

Size public_oe property

public Size,System.Drawing Size
return System.Drawing.Size

State public_oe property

public FormWindowState State
return FormWindowState