C# Class Flood.GUI.Controls.Property.Check

Checkable property.
Inheritance: Flood.GUI.Controls.Property.Control
Mostrar archivo Open project: FloodProject/flood

Protected Properties

Property Type Description
m_CheckBox CheckBox

Public Methods

Method Description
Check ( Controls parent )

Initializes a new instance of the Check class.

SetValue ( string value, bool fireEvents = false ) : void

Sets the property value.

Method Details

Check() public method

Initializes a new instance of the Check class.
public Check ( Controls parent )
parent Controls Parent control.

SetValue() public method

Sets the property value.
public SetValue ( string value, bool fireEvents = false ) : void
value string Value to set.
fireEvents bool Determines whether to fire "value changed" event.
return void

Property Details

m_CheckBox protected_oe property

protected CheckBox m_CheckBox
return CheckBox