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