Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadMonthCalendar Class / CancelText Property


In This Topic
    CancelText Property
    In This Topic
    Gets or sets a caption for the Cancel button.
    Syntax
    'Declaration
     
    
    Public Property CancelText As String
    'Usage
     
    
    Dim instance As SpreadMonthCalendar
    Dim value As String
     
    instance.CancelText = value
     
    value = instance.CancelText
    public string CancelText {get; set;}
    See Also