ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfTextBox Class / IsFileSelect Property

In This Topic
    IsFileSelect Property (PdfTextBox)
    In This Topic
    Gets or set a value indicating whether the current PdfTextBox is used to enter file names.
    Syntax
    'Declaration
     
    
    Public Property IsFileSelect As Boolean
    public bool IsFileSelect {get; set;}
    See Also