SetNewFormat(Object) Method
In This Topic
Sets the new format.
Syntax
'Declaration
Protected Overloads Overridable Sub SetNewFormat( _
ByVal As Object _
)
'Usage
Dim instance As FpCombo
Dim val As Object
instance.SetNewFormat(val)
protected virtual void SetNewFormat(
object
)
Parameters
- val
- Value
See Also