DicomObjects.NET.V8
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 Label
    'Usage
     
    Dim instance As LicenseDialog
    Dim value As Label
     
    value = instance.PasswordLabel
     
    instance.PasswordLabel = value
    public Label PasswordLabel
    public:
    Label^ PasswordLabel
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also