DicomObjects.NET.8.48 Documentation
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 System.Windows.Forms.Button
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.Button
     
    value = instance.LicenseInfoButton
     
    instance.LicenseInfoButton = value
    public System.Windows.Forms.Button LicenseInfoButton
    public field LicenseInfoButton: System.Windows.Forms.Button; 
    public var LicenseInfoButton : System.Windows.Forms.Button;
    public: System.Windows.Forms.Button* LicenseInfoButton
    public:
    System.Windows.Forms.Button^ LicenseInfoButton
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also