Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / SetCalendarText Method / SetCalendarText(String,String) Method
Text for the OK button
Text for the Cancel button


In This Topic
SetCalendarText(String,String) Method
In This Topic
Sets the various text elements for the pop-up calendar, namely the button text.
Syntax
'Declaration
 
Public Overloads Sub SetCalendarText( _
   ByVal okText As String, _
   ByVal cancelText 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
See Also