GetNewFormat Method (FpCombo)
In This Topic
Gets the new format.
Syntax
'Declaration
Protected Overridable Function GetNewFormat() As String
'Usage
Dim instance As FpCombo
Dim value As String
value = instance.GetNewFormat()
protected virtual string GetNewFormat()
See Also