C# Class TESVSnip.UI.Forms.MediumLevelRecordEditor.lTag

Show file Open project: figment/tesvsnip

Public Properties

Property Type Description
cb System.Windows.Forms.CheckBox
data byte[]
disp string
id System.Windows.Forms.TextBox
isString bool
offset int
str System.Windows.Forms.TextBox

Public Methods

Method Description
lTag ( TextBox id, string disp, byte data, int offset, bool isString ) : System

Method Details

lTag() public method

public lTag ( TextBox id, string disp, byte data, int offset, bool isString ) : System
id System.Windows.Forms.TextBox
disp string
data byte
offset int
isString bool
return System

Property Details

cb public property

public CheckBox,System.Windows.Forms cb
return System.Windows.Forms.CheckBox

data public property

public byte[] data
return byte[]

disp public property

public string disp
return string

id public property

public TextBox,System.Windows.Forms id
return System.Windows.Forms.TextBox

isString public property

public bool isString
return bool

offset public property

public int offset
return int

str public property

public TextBox,System.Windows.Forms str
return System.Windows.Forms.TextBox