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






In This Topic
    PasswordLabel Field
    In This Topic
    The label for the password text box
    Syntax
    'Declaration
     
    
    Public PasswordLabel As System.Windows.Forms.Label
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.Label
     
    value = instance.PasswordLabel
     
    instance.PasswordLabel = value
    public System.Windows.Forms.Label PasswordLabel
    public field PasswordLabel: System.Windows.Forms.Label; 
    public var PasswordLabel : System.Windows.Forms.Label;
    public: System.Windows.Forms.Label* PasswordLabel
    public:
    System.Windows.Forms.Label^ PasswordLabel
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also