프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Control_KeyDown | void | ||
Control_Validated | void | ||
DoDispose | void | ||
InitializeComponent | void | ||
LockValue_CheckedChanged | void | ||
ModInfo_ErrorChanged | void | ||
ModTaggerForm_FormClosing | void | ||
ViewModel_PropertyChanged | void | ||
butClearScreenshot_Click | void | ||
butSetScreenshot_Click | void | ||
tbxDescription_KeyPress | void |
메소드 | 설명 | |
---|---|---|
ModInfoEditor ( ) : System |
The default constructor.
|
메소드 | 설명 | |
---|---|---|
BindModInfo ( |
Binds the IModInfo's view model to the control.
|
|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnLoad ( |
Raises the UserControl.Load event of the control. This loads any saved control metrics. |
메소드 | 설명 | |
---|---|---|
Control_KeyDown ( object sender, |
Handles the Control.KeyDown event of the editing controls. This resets the value of the control to the original bound value. |
|
Control_Validated ( object sender, |
Handles the Control.Validating event of the editing controls. This saves the changed values, if they are valid. |
|
DoDispose ( ) : void |
Allows extension of the dispose method.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LockValue_CheckedChanged ( object sender, |
Handles the CheckBox.CheckedChanged event of the lock buttons.
|
|
ModInfo_ErrorChanged ( object sender, ErrorEventArguments e ) : void |
Handles the ErrorContainer.ErrorChanged event of the view model of the IModInfo being edited. This displays any validation errors. |
|
ModTaggerForm_FormClosing ( object sender, |
Handles the Form.Closing event of the parent form. This save the control's metrics. |
|
ViewModel_PropertyChanged ( object sender, |
Handles the INotifyPropertyChanged.PropertyChanged event of the view model.
|
|
butClearScreenshot_Click ( object sender, |
Handles the Control.Click event of the clear screenshot button. Removes the screenshot from the mod. |
|
butSetScreenshot_Click ( object sender, |
Handles the Control.Click event of the set screenshot button. Sets the screenshot for the mod. |
|
tbxDescription_KeyPress ( object sender, |
Handles the Control.KeyPress event of the description textbox. This selects all text when Ctrl-A is pressed. |
protected BindModInfo ( |
||
p_vmlModInfo | The view model to bind to the control. | |
리턴 | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
protected OnLoad ( |
||
e | An |
|
리턴 | void |