Метод | Описание | |
---|---|---|
EditControl ( ConfigurationValue>.Dictionary |
Creates the control(s) necessary for prompting user for a new value
|
|
GetEditValue ( |
Reads new values entered by the user for the field
|
|
SetEditValue ( |
Sets the value.
|
public EditControl ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | string | |
Результат |
public GetEditValue ( |
||
control | Parent control that controls were added to in the CreateEditControl() method | |
configurationValues | ConfigurationValue>.Dictionary | |
Результат | string |
public SetEditValue ( |
||
control | The control. | |
configurationValues | ConfigurationValue>.Dictionary | |
value | string | The value. |
Результат | void |