C# Class Nexus.Client.ModAuthoring.UI.Controls.ScriptEditor

A UI view that allows the editing of mod scripts.
Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: NexusMods/NexusModManager-4.5

Private Properties

Property Type Description
InitializeComponent void
ViewModel_PropertyChanged void
dtcScriptEditors_SelectedIndexChanged void

Public Methods

Method Description
ScriptEditor ( ) : System

The default constructor.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ScriptEditor() public method

The default constructor.
public ScriptEditor ( ) : System
return System