SetValue Method (DropDownCalendar)
Sets the value in the drop-down calendar.
public void SetValue(
object
)
'Declaration
Public Sub SetValue( _
ByVal As Object _
)
'Usage
Dim instance As DropDownCalendar
Dim value As Object
instance.SetValue(value)
Parameters
- value