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






    PreProcessControlMessage Method (DicomViewer)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <System.Security.Permissions.SecurityPermissionAttribute(SecurityPermissionFlag.UnmanagedCode)>
    Public Function PreProcessControlMessage( _
       ByRef msg As System.Windows.Forms.Message _
    ) As System.Windows.Forms.PreProcessControlState
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim msg As System.Windows.Forms.Message
    Dim value As System.Windows.Forms.PreProcessControlState
     
    value = instance.PreProcessControlMessage(msg)

    Parameters

    msg
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also