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






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

    Parameters

    m
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also