DicomObjects.NET.V8
DicomObjects Namespace / LicenseDialog Class / UsernameLabel Field



In This Topic
    UsernameLabel Field
    In This Topic
    The label for the username text box
    Syntax
    'Declaration
     
    Public UsernameLabel As Label
    'Usage
     
    Dim instance As LicenseDialog
    Dim value As Label
     
    value = instance.UsernameLabel
     
    instance.UsernameLabel = value
    public Label UsernameLabel
    public:
    Label^ UsernameLabel
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also