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


IPropertyPage.TranslateAccelerator Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IP > IPropertyPage Interface > IPropertyPage.TranslateAccelerator Method
ArcGIS Developer Help

IPropertyPage.TranslateAccelerator Method

[Visual Basic .NET]
Public Sub TranslateAccelerator ( _
    ByRef pMsg As tagMSG _
)
[C#]
public void TranslateAccelerator (
    ref tagMSG pMsg
);

Product Availability

Available with ArcGIS Desktop.

Description

IPropertyPage is a Microsoft interface. Please refer to MSDN for information about this interface.

See Also

IPropertyPage Interface