C# 클래스 TESVSnip.UI.Forms.MediumLevelRecordEditor.lTag

파일 보기 프로젝트 열기: figment/tesvsnip

공개 프로퍼티들

프로퍼티 타입 설명
cb System.Windows.Forms.CheckBox
data byte[]
disp string
id System.Windows.Forms.TextBox
isString bool
offset int
str System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
lTag ( TextBox id, string disp, byte data, int offset, bool isString ) : System

메소드 상세

lTag() 공개 메소드

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
리턴 System

프로퍼티 상세

cb 공개적으로 프로퍼티

public CheckBox,System.Windows.Forms cb
리턴 System.Windows.Forms.CheckBox

data 공개적으로 프로퍼티

public byte[] data
리턴 byte[]

disp 공개적으로 프로퍼티

public string disp
리턴 string

id 공개적으로 프로퍼티

public TextBox,System.Windows.Forms id
리턴 System.Windows.Forms.TextBox

isString 공개적으로 프로퍼티

public bool isString
리턴 bool

offset 공개적으로 프로퍼티

public int offset
리턴 int

str 공개적으로 프로퍼티

public TextBox,System.Windows.Forms str
리턴 System.Windows.Forms.TextBox