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






In This Topic
    LogoPictureBox Field
    In This Topic
    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
    public System.Windows.Forms.PictureBox LogoPictureBox
    public field LogoPictureBox: System.Windows.Forms.PictureBox; 
    public var LogoPictureBox : System.Windows.Forms.PictureBox;
    public: System.Windows.Forms.PictureBox* LogoPictureBox
    public:
    System.Windows.Forms.PictureBox^ LogoPictureBox
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also