_Application.TransitionMenuKeyAction Property
Returns or sets the action taken when the Microsoft Excel menu key is pressed. Can be either xlExcelMenus or xlLotusHelp.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property TransitionMenuKeyAction As Integer
Get
Set
'Usage
Dim instance As _Application
Dim value As Integer
value = instance.TransitionMenuKeyAction
instance.TransitionMenuKeyAction = value
int TransitionMenuKeyAction { get; set; }
Property Value
Type: System.Int32