Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadMonthCalendar Class / OkText Property


In This Topic
OkText Property
In This Topic
Gets or sets a caption for the OK button.
Syntax
'Declaration
 
Public Property OkText As String
 
'Usage
 
Dim instance As SpreadMonthCalendar
Dim value As String
 
instance.OkText = value
 
value = instance.OkText
See Also