DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / ProxyPasswordText Field






In This Topic
    ProxyPasswordText Field
    In This Topic
    The password
    Syntax
    'Declaration
     
    
    Public ProxyPasswordText As System.Windows.Forms.TextBox
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.TextBox
     
    value = instance.ProxyPasswordText
     
    instance.ProxyPasswordText = value
    public System.Windows.Forms.TextBox ProxyPasswordText
    public field ProxyPasswordText: System.Windows.Forms.TextBox; 
    public var ProxyPasswordText : System.Windows.Forms.TextBox;
    public: System.Windows.Forms.TextBox* ProxyPasswordText
    public:
    System.Windows.Forms.TextBox^ ProxyPasswordText
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also