C# Class Flood.GUI.ControlInternal.PropertyRowLabel

Label for PropertyRow.
Inheritance: Flood.GUI.Controls.Label
Show file Open project: FloodProject/flood Class Usage Examples

Public Methods

Method Description
PropertyRowLabel ( Flood.GUI.Controls.PropertyRow parent ) : Flood.GUI.Controls

Initializes a new instance of the PropertyRowLabel class.

UpdateColors ( ) : void

Updates control colors.

Method Details

PropertyRowLabel() public method

Initializes a new instance of the PropertyRowLabel class.
public PropertyRowLabel ( Flood.GUI.Controls.PropertyRow parent ) : Flood.GUI.Controls
parent Flood.GUI.Controls.PropertyRow Parent control.
return Flood.GUI.Controls

UpdateColors() public method

Updates control colors.
public UpdateColors ( ) : void
return void