_Application.TransitionMenuKeyAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the action taken when the Microsoft Excel menu key is pressed. Can be either xlExcelMenus or xlLotusHelp.
public:
property int TransitionMenuKeyAction { int get(); void set(int value); };
public int TransitionMenuKeyAction { get; set; }
Public Property TransitionMenuKeyAction As Integer