C# Class HYPDM.Res.BottomControl

Afficher le fichier Open project: huayancreate/HYPDM

Méthodes publiques

Méthode Description
BottomControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

OnLoad ( EventArgs e ) : void
OnResize ( EventArgs e ) : void

Private Methods

Méthode Description
Footer_Notify ( object sender, NotifyEventArgs e ) : void
Footer_Started ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

Method Details

BottomControl() public méthode

public BottomControl ( ) : System
Résultat System

Dispose() protected méthode

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e EventArgs
Résultat void