Свойство | Type | Description | |
---|---|---|---|
m_Button |
Méthode | Description | |
---|---|---|
Color ( Controls parent ) : System |
Initializes a new instance of the Color class.
|
|
SetValue ( string value, bool fireEvents = false ) : void |
Sets the property value.
|
Méthode | Description | |
---|---|---|
DoChanged ( ) : void | ||
OnButtonPressed ( Controls control ) : void |
Color-select button press handler.
|
|
OnColorChanged ( Controls control ) : void |
Color changed handler.
|
Méthode | Description | |
---|---|---|
GetColorFromText ( ) : Flood.Color | ||
SetTextFromColor ( Flood color ) : void |
public Color ( Controls parent ) : System | ||
parent | Controls | Parent control. |
Résultat | System |
protected OnButtonPressed ( Controls control ) : void | ||
control | Controls | Event source. |
Résultat | void |
protected OnColorChanged ( Controls control ) : void | ||
control | Controls | Event source. |
Résultat | void |
public SetValue ( string value, bool fireEvents = false ) : void | ||
value | string | Value to set. |
fireEvents | bool | Determines whether to fire "value changed" event. |
Résultat | void |