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






    OnNotifyMessage Method (LicenseDialog)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overridable Sub OnNotifyMessage( _
       ByVal m As System.Windows.Forms.Message _
    ) 
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim m As System.Windows.Forms.Message
     
    instance.OnNotifyMessage(m)

    Parameters

    m
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also