C# Class BlottoBeats.Client.TextBoxSetting

Inheritance: Setting
Mostrar archivo Open project: Zwolf11/BlottoBeats

Public Properties

Property Type Description
checkbox System.Windows.Forms.CheckBox
label System.Windows.Forms.Label
loc Point
parent MainForm
pos int
text System.Windows.Forms.TextBox

Public Methods

Method Description
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

Method Details

TextBoxSetting() public method

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
return System

checkboxChanged() public method

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

getIntValue() public method

public getIntValue ( ) : int
return int

getStringValue() public method

public getStringValue ( ) : string
return string

init() public method

public init ( int size ) : void
size int
return void

isChecked() public method

public isChecked ( ) : bool
return bool

randomize() public method

public randomize ( ) : void
return void

setChecked() public method

public setChecked ( bool check ) : void
check bool
return void

setValue() public method

public setValue ( String value ) : void
value String
return void

setVisible() public method

public setVisible ( bool visible ) : void
visible bool
return void

Property Details

checkbox public_oe property

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

label public_oe property

public Label,System.Windows.Forms label
return System.Windows.Forms.Label

loc public_oe property

public Point loc
return Point

parent public_oe property

public MainForm,BlottoBeats.Client parent
return MainForm

pos public_oe property

public int pos
return int

text public_oe property

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