Class MenuHandlerGlobals
global ribbon variable and procedures for MenuHandler
Inheritance
MenuHandlerGlobals
Namespace: DBaddin
Assembly: DBaddin.dll
Syntax
public class MenuHandlerGlobals
Fields
| Improve this Doc View SourcetheRibbon
reference object for the ribbon
Declaration
public static IRibbonUI theRibbon
Field Value
Description |
---|
Methods
| Improve this Doc View SourcejumpButton()
jumps between DB Function and target area
Declaration
[ExcelCommand(Name = "jumpButton", ShortCut = "^J")]
public static void jumpButton()
refreshData()
refresh DB Functions (and - if called from outside any db function area - all other external data ranges)
Declaration
[ExcelCommand(Name = "refreshData", ShortCut = "^R")]
public static void refreshData()