Method | Description | |
---|---|---|
ApplyChanges ( ) : bool |
Ru: Сохранить изменения в открытом контроле En: Save changes in active(focused) control
|
|
ComponentEditorBaseForm ( ) : WeifenLuo.WinFormsUI.Docking | ||
Initialize ( ) : void |
Ru: Инициализирует форму. Просматривает все добавленные контролы опций, добавляет их в дерево и производит их инициализацию. En: Initializes the form. Viewing the complete list of options controls, adds them to a tree and produces their initialization.
|
|
icomp_EditEvent ( object sender, ObjectEventArgs e ) : void | ||
icomp_SelectionChangedEvent ( object sender, ObjectEventArgs e ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ControlModifiedEvent ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
PageTree_AfterSelect ( object sender, |
||
SaveBtn_Click ( object sender, System e ) : void |
public ComponentEditorBaseForm ( ) : WeifenLuo.WinFormsUI.Docking | ||
return | WeifenLuo.WinFormsUI.Docking |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public icomp_EditEvent ( object sender, ObjectEventArgs e ) : void | ||
sender | object | |
e | ObjectEventArgs | |
return | void |
public icomp_SelectionChangedEvent ( object sender, ObjectEventArgs e ) : void | ||
sender | object | |
e | ObjectEventArgs | |
return | void |