C# Class ME1Explorer.AddReply

Inheritance: System.Windows.Forms.Form
Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
button1 System.Windows.Forms.Button
button2 System.Windows.Forms.Button
comboBox1 System.Windows.Forms.ComboBox
components System.ComponentModel.IContainer
label1 System.Windows.Forms.Label
label2 System.Windows.Forms.Label
label3 System.Windows.Forms.Label
label4 System.Windows.Forms.Label
pcc ME3Explorer.Packages.ME1Package
res ME1Explorer.Unreal.Classes.ME1BioConversation.EntryListReplyListStruct
state int
textBox1 System.Windows.Forms.TextBox
textBox2 System.Windows.Forms.TextBox
textBox4 System.Windows.Forms.TextBox

Public Methods

Method Description
AddReply ( ) : System
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void

Method Details

AddReply() public method

public AddReply ( ) : System
return System

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

InitializeComponent() public method

Required method for Designer support - do not modify the contents of this method with the code editor.
public InitializeComponent ( ) : void
return void

Property Details

button1 public property

public System.Windows.Forms.Button button1
return System.Windows.Forms.Button

button2 public property

public System.Windows.Forms.Button button2
return System.Windows.Forms.Button

comboBox1 public property

public System.Windows.Forms.ComboBox comboBox1
return System.Windows.Forms.ComboBox

components public property

` Required designer variable.
public System.ComponentModel.IContainer components
return System.ComponentModel.IContainer

label1 public property

public System.Windows.Forms.Label label1
return System.Windows.Forms.Label

label2 public property

public System.Windows.Forms.Label label2
return System.Windows.Forms.Label

label3 public property

public System.Windows.Forms.Label label3
return System.Windows.Forms.Label

label4 public property

public System.Windows.Forms.Label label4
return System.Windows.Forms.Label

pcc public property

public ME1Package,ME3Explorer.Packages pcc
return ME3Explorer.Packages.ME1Package

res public property

public ME1BioConversation.EntryListReplyListStruct,ME1Explorer.Unreal.Classes res
return ME1Explorer.Unreal.Classes.ME1BioConversation.EntryListReplyListStruct

state public property

public int state
return int

textBox1 public property

public System.Windows.Forms.TextBox textBox1
return System.Windows.Forms.TextBox

textBox2 public property

public System.Windows.Forms.TextBox textBox2
return System.Windows.Forms.TextBox

textBox4 public property

public System.Windows.Forms.TextBox textBox4
return System.Windows.Forms.TextBox