Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / MessageBoxCaption Property


In This Topic
    MessageBoxCaption Property
    In This Topic
    Gets or sets the text which is used to display caption of message box.
    Syntax
    'Declaration
     
    
    Public Property MessageBoxCaption As String
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As String
     
    instance.MessageBoxCaption = value
     
    value = instance.MessageBoxCaption
    public string MessageBoxCaption {get; set;}
    See Also