Method | Description | |
---|---|---|
ApplyChanges ( ) : bool | ||
EditorPageBase ( ) : System | ||
Initialize ( ) : void | ||
OnApplyChanges ( ) : bool |
Apply changes
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
ModifiedChange ( ) : void |
Ru: Устанавливает свойство _modified в true и вызывет соответствующее событие Необходимо вызывать в наследнике при изменении опции En: Sets _modified to true and fires event Must be called from inherit classes when changing options
|
|
OnInitialized ( ) : void |
Initialize control
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |