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

Afficher le fichier Open project: figment/tesvsnip

Méthodes publiques

Свойство 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

Méthodes publiques

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

Method Details

lTag() public méthode

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
Résultat System

Property Details

cb public_oe property

public CheckBox,System.Windows.Forms cb
Résultat System.Windows.Forms.CheckBox

data public_oe property

public byte[] data
Résultat byte[]

disp public_oe property

public string disp
Résultat string

id public_oe property

public TextBox,System.Windows.Forms id
Résultat System.Windows.Forms.TextBox

isString public_oe property

public bool isString
Résultat bool

offset public_oe property

public int offset
Résultat int

str public_oe property

public TextBox,System.Windows.Forms str
Résultat System.Windows.Forms.TextBox