C# Class TeaseAI_CE.Settings.Window

Show 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 property

public bool BorderLess
return bool

Location public property

public Point Location
return Point

Size public property

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

State public property

public FormWindowState State
return FormWindowState