C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class / ToString Method


In This Topic
ToString Method (C1DropDown)
In This Topic
Syntax
'Declaration
 
Public Overridable Function ToString() As String
 
'Usage
 
Dim instance As C1DropDown
Dim value As String
 
value = instance.ToString()
See Also