Property | Type | Description | |
---|---|---|---|
mBtnApply | System.Windows.Forms.Button | ||
mBtnCancel | System.Windows.Forms.Button |
Method | Description | |
---|---|---|
BaseUIControl ( ) |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnApplyButtonClick ( object sender, System e ) : void | ||
OnCancelButtonClick ( object sender, System e ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
mBtnApply_Click ( object sender, System e ) : void | ||
mBtnCancel_Click ( object sender, System e ) : void |
protected OnApplyButtonClick ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected OnCancelButtonClick ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected System.Windows.Forms.Button mBtnApply | ||
return | System.Windows.Forms.Button |