DialogBase.WndProc Method (Message)
Process window messages for the dialog. Translates clicks on the "?" button to F1 help requests.
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)
Syntax
[SecurityPermissionAttribute(SecurityAction.InheritanceDemand,
Flags = SecurityPermissionFlag.UnmanagedCode)]
protected override void WndProc(
ref Message m
)
protected:
[SecurityPermissionAttribute(SecurityAction::InheritanceDemand,
Flags = SecurityPermissionFlag::UnmanagedCode)]
virtual void WndProc(
Message% m
) override
[<SecurityPermissionAttribute(SecurityAction.InheritanceDemand,
Flags = SecurityPermissionFlag.UnmanagedCode)>]
override WndProc :
m:Message byref -> unit
<SecurityPermissionAttribute(SecurityAction.InheritanceDemand,
Flags := SecurityPermissionFlag.UnmanagedCode)>
Protected Overrides Sub WndProc (
ByRef m As Message
)
Parameters
m
Type: System.Windows.Forms.Messagemessage
Return Value
See Also
DialogBase Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace
Return to top