This document is archived and information here might be outdated.  Recommended version.


IActiveView.OnMessage Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IActiveView Interface > IActiveView.OnMessage Method
ArcGIS Developer Help

IActiveView.OnMessage Method

Call from your application's message loop to enable automatic resizing and keyboard accelerators.

[Visual Basic .NET]
Public Sub OnMessage ( _
    ByVal msg As Integer, _
    ByVal wParam As Integer, _
    ByVal lParam As Integer _
)
[C#]
public void OnMessage (
    uint msg,
    uint wParam,
    int lParam
);
[C++]
HRESULT OnMessage(
  Unsigned long msg,
  System.IntPtr wParam,
  LONG_PTR lParam
);
[C++]
Parameters
msg [in]

msg is a parameter of type unsigned long wParam [in]
wParam is a parameter of type UINT_PTR lParam [in]
lParam is a parameter of type LONG_PTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IActiveView Interface