Свойство | Тип | Описание | |
---|---|---|---|
reflexiveReferences | List |
||
tabs | DevComponents.DotNetBar.TabControl |
Метод | Описание | |
---|---|---|
WinMEControl_LostFocus ( object sender, |
This is used to update the reflexive label
|
|
WinMetaEditor ( |
||
addNewTab ( |
Opens a new tab and loads the meta into it
|
|
checkSelectionInCurrentTag ( ) : bool |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
WinMetaEditor_FormClosing ( object sender, |
||
customTabControl1_TabClosing ( object sender, System.Windows.Forms.TabControlCancelEventArgs e ) : void | ||
tabs_TabItemClose ( object sender, DevComponents.DotNetBar.TabStripActionEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public WinMEControl_LostFocus ( object sender, |
||
sender | object | |
e | ||
Результат | void |
public WinMetaEditor ( |
||
sender | ||
map | HaloMap | |
Результат | System |
public addNewTab ( |
||
meta | The meta to load into the new tab | |
allowDuplicate | bool | if false, will look for a tab with the same meta and activate. /// if true, will open a new tab with a duplicated meta |
Результат | int |
public checkSelectionInCurrentTag ( ) : bool | ||
Результат | bool |