In This Topic
Sets the format string used to display the value when the control is in edit mode.
Syntax
'Declaration
Sub C1EditorSetFormat( _
ByVal As String _
)
void C1EditorSetFormat(
string
)
Parameters
- format
- format string uses standard .NET format specifiers.
See Also