Method | 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 ( |
Initializes a new instance of the Properties class.
|
Method | Description | |
---|---|---|
OnSplitterMoved ( |
Handles the splitter moved event.
|
|
PostLayout ( Skins skin ) : void |
Function invoked after layout.
|
Method | Description | |
---|---|---|
OnRowValueChanged ( |
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. |
return | Flood.GUI.Controls.PropertyRow |
public Add ( String label, String value = "" ) : Flood.GUI.Controls.PropertyRow | ||
label | String | Property name. |
value | String | Initial value. |
return | Flood.GUI.Controls.PropertyRow |
protected OnSplitterMoved ( |
||
control | Event source. | |
return | void |
protected PostLayout ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |
public Properties ( |
||
parent | Parent control. | |
return | System |