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
    'Usage
     
    
    Dim instance As DicomViewer
    Dim msg As System.Windows.Forms.Message
    Dim value As System.Windows.Forms.PreProcessControlState
     
    value = instance.PreProcessControlMessage(msg)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    [System.Security.Permissions.SecurityPermission(SecurityPermissionFlag.UnmanagedCode)]
    public System.Windows.Forms.PreProcessControlState PreProcessControlMessage( 
       ref System.Windows.Forms.Message msg
    )
    public function PreProcessControlMessage( 
       var  msg: System.Windows.Forms.Message
    ): System.Windows.Forms.PreProcessControlState; 
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    System.Security.Permissions.SecurityPermissionAttribute(SecurityPermissionFlag.UnmanagedCode)
    public function PreProcessControlMessage( 
       msg : System.Windows.Forms.Message
    ) : 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
    ) 
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    [System.Security.Permissions.SecurityPermission(SecurityPermissionFlag.UnmanagedCode)]
    public:
    System.Windows.Forms.PreProcessControlState PreProcessControlMessage( 
       System.Windows.Forms.Message% msg
    ) 

    Parameters

    msg
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also