C# Class DfBAdminToolkit.Common.Component.FormEx

Inheritance: System.Windows.Forms.Form
Mostra file Open project: dropbox/DropboxBusinessAdminTool

Public Methods

Method Description
FormEx ( ) : System.Drawing
FormEx ( FormExStyle settings ) : System.Drawing

Protected Methods

Method Description
OnLoad ( System e ) : void
OnVisibleChanged ( System e ) : void

Method Details

FormEx() public method

public FormEx ( ) : System.Drawing
return System.Drawing

FormEx() public method

public FormEx ( FormExStyle settings ) : System.Drawing
settings FormExStyle
return System.Drawing

OnLoad() protected method

protected OnLoad ( System e ) : void
e System
return void

OnVisibleChanged() protected method

protected OnVisibleChanged ( System e ) : void
e System
return void