C# Class BlottoBeats.Client.TextBoxSetting

Inheritance: Setting
Afficher le fichier Open project: Zwolf11/BlottoBeats

Méthodes publiques

Свойство Type Description
checkbox System.Windows.Forms.CheckBox
label System.Windows.Forms.Label
loc Point
parent MainForm
pos int
text System.Windows.Forms.TextBox

Méthodes publiques

Méthode 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 méthode

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

checkboxChanged() public méthode

public checkboxChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

getIntValue() public méthode

public getIntValue ( ) : int
Résultat int

getStringValue() public méthode

public getStringValue ( ) : string
Résultat string

init() public méthode

public init ( int size ) : void
size int
Résultat void

isChecked() public méthode

public isChecked ( ) : bool
Résultat bool

randomize() public méthode

public randomize ( ) : void
Résultat void

setChecked() public méthode

public setChecked ( bool check ) : void
check bool
Résultat void

setValue() public méthode

public setValue ( String value ) : void
value String
Résultat void

setVisible() public méthode

public setVisible ( bool visible ) : void
visible bool
Résultat void

Property Details

checkbox public_oe property

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

label public_oe property

public Label,System.Windows.Forms label
Résultat System.Windows.Forms.Label

loc public_oe property

public Point loc
Résultat Point

parent public_oe property

public MainForm,BlottoBeats.Client parent
Résultat MainForm

pos public_oe property

public int pos
Résultat int

text public_oe property

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