SetCalendarText(String,String) Method
Sets the various text elements for the pop-up calendar, namely the button text.
'Declaration
Public Overloads Sub SetCalendarText( _
ByVal As String, _
ByVal As String _
)
'Usage
Dim instance As DateTimeCellType
Dim okText As String
Dim cancelText As String
instance.SetCalendarText(okText, cancelText)
Parameters
- okText
- Text for the OK button
- cancelText
- Text for the Cancel button