DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / DefWndProc Method






    DefWndProc Method (LicenseDialog)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <System.Security.Permissions.SecurityPermissionAttribute(SecurityPermissionFlag.UnmanagedCode)>
    Protected Overridable Sub DefWndProc( _
       ByRef m As System.Windows.Forms.Message _
    ) 
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim m As System.Windows.Forms.Message
     
    instance.DefWndProc(m)

    Parameters

    m
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also