C# Class Flood.GUI.Controls.Properties

Properties table.
Inheritance: Control
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

Méthode Description
Add ( String label, System.Property prop, String value = "" ) : Flood.GUI.Controls.PropertyRow

Adds a new property row.

Add ( String label, String value = "" ) : Flood.GUI.Controls.PropertyRow

Adds a new text property row.

DeleteAll ( ) : void

Deletes all rows.

Properties ( Control parent ) : System

Initializes a new instance of the Properties class.

Méthodes protégées

Méthode Description
OnSplitterMoved ( Control control ) : void

Handles the splitter moved event.

PostLayout ( Skins skin ) : void

Function invoked after layout.

Private Methods

Méthode Description
OnRowValueChanged ( Control control ) : void

Method Details

Add() public méthode

Adds a new property row.
public Add ( String label, System.Property prop, String value = "" ) : Flood.GUI.Controls.PropertyRow
label String Property name.
prop System.Property Property control.
value String Initial value.
Résultat Flood.GUI.Controls.PropertyRow

Add() public méthode

Adds a new text property row.
public Add ( String label, String value = "" ) : Flood.GUI.Controls.PropertyRow
label String Property name.
value String Initial value.
Résultat Flood.GUI.Controls.PropertyRow

DeleteAll() public méthode

Deletes all rows.
public DeleteAll ( ) : void
Résultat void

OnSplitterMoved() protected méthode

Handles the splitter moved event.
protected OnSplitterMoved ( Control control ) : void
control Control Event source.
Résultat void

PostLayout() protected méthode

Function invoked after layout.
protected PostLayout ( Skins skin ) : void
skin Skins Skin to use.
Résultat void

Properties() public méthode

Initializes a new instance of the Properties class.
public Properties ( Control parent ) : System
parent Control Parent control.
Résultat System