PreProcessControlMessage Method (DicomViewer)
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.Security.Permissions.SecurityPermissionAttribute(SecurityPermissionFlag.UnmanagedCode)>
Public Function PreProcessControlMessage( _
ByRef 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
)
public function PreProcessControlMessage(
var : System.Windows.Forms.Message
): System.Windows.Forms.PreProcessControlState;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
System.Security.Permissions.SecurityPermissionAttribute(SecurityPermissionFlag.UnmanagedCode)
public function PreProcessControlMessage(
: 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
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.Security.Permissions.SecurityPermission(SecurityPermissionFlag.UnmanagedCode)]
public:
System.Windows.Forms.PreProcessControlState PreProcessControlMessage(
System.Windows.Forms.Message%
)
Parameters
- msg
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also