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

Datei anzeigen 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_oe property

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

data public_oe property

public byte[] data
return byte[]

disp public_oe property

public string disp
return string

id public_oe property

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

isString public_oe property

public bool isString
return bool

offset public_oe property

public int offset
return int

str public_oe property

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