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

In This Topic
    PreProcessControlMessage Method (DicomViewer)
    In This Topic
    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
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    [System.Security.Permissions.SecurityPermission(SecurityPermissionFlag.UnmanagedCode)]
    public System.Windows.Forms.PreProcessControlState PreProcessControlMessage( 
       ref System.Windows.Forms.Message msg
    )

    Parameters

    msg
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also