C# Class Opc.Ua.Configuration.UserAddControl

Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
UserAddControl ( ) : System

Creates an empty control.

UserAddControl ( Form owner ) : System

Creates a control with owner as input.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

使用中のリソースをすべてクリーンアップします。

Private Methods

Méthode Description
CloseButton_Click ( object sender, EventArgs e ) : void
CreateButton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。

Method Details

Dispose() protected méthode

使用中のリソースをすべてクリーンアップします。
protected Dispose ( bool disposing ) : void
disposing bool マネージ リソースが破棄される場合 true、破棄されない場合は false です。
Résultat void

UserAddControl() public méthode

Creates an empty control.
public UserAddControl ( ) : System
Résultat System

UserAddControl() public méthode

Creates a control with owner as input.
public UserAddControl ( Form owner ) : System
owner Form
Résultat System