[SecurityPermissionAttribute(Flags=SecurityPermissionFlag.UnmanagedCode,
Assertion=false,
UnmanagedCode=true,
SkipVerification=false,
Execution=false,
ControlThread=false,
ControlEvidence=false,
ControlPolicy=false,
SerializationFormatter=false,
ControlDomainPolicy=false,
ControlPrincipal=false,
ControlAppDomain=false,
RemotingConfiguration=false,
Infrastructure=false,
BindingRedirects=false,
Action=SecurityAction.Demand |
SecurityAction.Deny |
SecurityAction.LinkDemand,
Unrestricted=false)]
protected override void WndProc(
ref Message
)
'Declaration
<SecurityPermissionAttribute(Flags=SecurityPermissionFlag.UnmanagedCode,
Assertion=False,
UnmanagedCode=True,
SkipVerification=False,
Execution=False,
ControlThread=False,
ControlEvidence=False,
ControlPolicy=False,
SerializationFormatter=False,
ControlDomainPolicy=False,
ControlPrincipal=False,
ControlAppDomain=False,
RemotingConfiguration=False,
Infrastructure=False,
BindingRedirects=False,
Action=SecurityAction.Demand Or _
SecurityAction.Deny Or _
SecurityAction.LinkDemand,
Unrestricted=False)>
Protected Overrides Sub WndProc( _
ByRef As Message _
)
'Usage
Dim instance As RasterImageViewer
Dim m As Message
instance.WndProc(m)
[SecurityPermissionAttribute(Flags=SecurityPermissionFlag.UnmanagedCode,
Assertion=false,
UnmanagedCode=true,
SkipVerification=false,
Execution=false,
ControlThread=false,
ControlEvidence=false,
ControlPolicy=false,
SerializationFormatter=false,
ControlDomainPolicy=false,
ControlPrincipal=false,
ControlAppDomain=false,
RemotingConfiguration=false,
Infrastructure=false,
BindingRedirects=false,
Action=SecurityAction.Demand |
SecurityAction.Deny |
SecurityAction.LinkDemand,
Unrestricted=false)]
protected:
void WndProc(
Message%
) override