TextToValue Method (C1FontPicker)
In This Topic
Should be overridden in deviced class and convert string to value.
Syntax
'Declaration
Protected Overrides Function TextToValue( _
ByRef As C1BasePicker.TextToValueArgs _
) As Boolean
protected override bool TextToValue(
ref C1BasePicker.TextToValueArgs
)
Parameters
- e
See Also