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



In This Topic
    Description Field
    In This Topic
    The message at the top of the dialog
    Syntax
    'Declaration
     
    Public Description As Label
    'Usage
     
    Dim instance As LicenseDialog
    Dim value As Label
     
    value = instance.Description
     
    instance.Description = value
    public Label Description
    public:
    Label^ Description
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also