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



In This Topic
    LicenseInfoButton Field
    In This Topic
    The button which enlarges the dialog from information mode to activation mode
    Syntax
    'Declaration
     
    Public LicenseInfoButton As Button
    'Usage
     
    Dim instance As LicenseDialog
    Dim value As Button
     
    value = instance.LicenseInfoButton
     
    instance.LicenseInfoButton = value
    public Button LicenseInfoButton
    public:
    Button^ LicenseInfoButton
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also