DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / LogoPictureBox Field






    LogoPictureBox Field
    Replaceable logo for the license dialog
    Syntax
    'Declaration
     
    
    Public LogoPictureBox As System.Windows.Forms.PictureBox
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.PictureBox
     
    value = instance.LogoPictureBox
     
    instance.LogoPictureBox = value
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also