C# Класс Nexus.Client.ModAuthoring.UI.Controls.ScriptEditor

A UI view that allows the editing of mod scripts.
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
InitializeComponent void
ViewModel_PropertyChanged void
dtcScriptEditors_SelectedIndexChanged void

Открытые методы

Метод Описание
ScriptEditor ( ) : System

The default constructor.

Защищенные методы

Метод Описание
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.

ViewModel_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Handles the INotifyPropertyChanged.PropertyChanged of the view model.

This sets the currently selected editor to the current script type.

dtcScriptEditors_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the DropDownTabControl.SelectedIndexChanged of the script type selector.

This sets the currently selected script type.

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ScriptEditor() публичный Метод

The default constructor.
public ScriptEditor ( ) : System
Результат System