Spread Windows Forms 15.0
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
    public string OkText {get; set;}
    See Also