C# Class BlottoBeats.Client.DropDownSetting

Inheritance: Setting
Show file 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.ComboBox

Public Methods

Method Description
DropDownSetting ( int pos, String name, MainForm parent, string items, 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

DropDownSetting() public method

public DropDownSetting ( int pos, String name, MainForm parent, string items, int size ) : System
pos int
name String
parent MainForm
items string
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 property

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

label public property

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

loc public property

public Point loc
return Point

parent public property

public MainForm,BlottoBeats.Client parent
return MainForm

pos public property

public int pos
return int

text public property

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