DicomObjects.NET.V8
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 PictureBox
    'Usage
     
    Dim instance As LicenseDialog
    Dim value As PictureBox
     
    value = instance.LogoPictureBox
     
    instance.LogoPictureBox = value
    public PictureBox LogoPictureBox
    public:
    PictureBox^ LogoPictureBox
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also