Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / MessageBoxNotify Class / Caption Property


In This Topic
    Caption Property (MessageBoxNotify)
    In This Topic
    Gets or sets the caption.
    Syntax
    'Declaration
     
    
    Public Property Caption As String
    'Usage
     
    
    Dim instance As MessageBoxNotify
    Dim value As String
     
    instance.Caption = value
     
    value = instance.Caption
    public string Caption {get; set;}

    Property Value

    The caption. The default is String.Empty.
    See Also