C# 클래스 BlottoBeats.Client.TextBoxSetting

상속: Setting
파일 보기 프로젝트 열기: Zwolf11/BlottoBeats

공개 프로퍼티들

프로퍼티 타입 설명
checkbox System.Windows.Forms.CheckBox
label System.Windows.Forms.Label
loc Point
parent MainForm
pos int
text System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
TextBoxSetting ( int pos, String name, MainForm parent, int minRand, int maxRand, int size ) : System
checkboxChanged ( object sender, EventArgs e ) : void
getIntValue ( ) : int
getStringValue ( ) : string
init ( int size ) : void
isChecked ( ) : bool
randomize ( ) : void
setChecked ( bool check ) : void
setValue ( String value ) : void
setVisible ( bool visible ) : void

메소드 상세

TextBoxSetting() 공개 메소드

public TextBoxSetting ( int pos, String name, MainForm parent, int minRand, int maxRand, int size ) : System
pos int
name String
parent MainForm
minRand int
maxRand int
size int
리턴 System

checkboxChanged() 공개 메소드

public checkboxChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

getIntValue() 공개 메소드

public getIntValue ( ) : int
리턴 int

getStringValue() 공개 메소드

public getStringValue ( ) : string
리턴 string

init() 공개 메소드

public init ( int size ) : void
size int
리턴 void

isChecked() 공개 메소드

public isChecked ( ) : bool
리턴 bool

randomize() 공개 메소드

public randomize ( ) : void
리턴 void

setChecked() 공개 메소드

public setChecked ( bool check ) : void
check bool
리턴 void

setValue() 공개 메소드

public setValue ( String value ) : void
value String
리턴 void

setVisible() 공개 메소드

public setVisible ( bool visible ) : void
visible bool
리턴 void

프로퍼티 상세

checkbox 공개적으로 프로퍼티

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

label 공개적으로 프로퍼티

public Label,System.Windows.Forms label
리턴 System.Windows.Forms.Label

loc 공개적으로 프로퍼티

public Point loc
리턴 Point

parent 공개적으로 프로퍼티

public MainForm,BlottoBeats.Client parent
리턴 MainForm

pos 공개적으로 프로퍼티

public int pos
리턴 int

text 공개적으로 프로퍼티

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