ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfFieldBase Class / ToolTip Property

In This Topic
    ToolTip Property (PdfFieldBase)
    In This Topic
    Gets or sets the tooltip associated with the current PdfFieldBase.
    Syntax
    'Declaration
     
    
    Public Property ToolTip As String
    public string ToolTip {get; set;}
    See Also