Метод | Описание | |
---|---|---|
GetCustomUI ( string ribbonID ) : string | ||
OnAutomaticModeButtonPressed ( Microsoft.Office.Core control, bool isPressed ) : void | ||
OnClearHookButton ( Microsoft.Office.Core control ) : void | ||
OnGetPressed ( Microsoft.Office.Core control ) : bool | ||
OnHelpClick ( Microsoft.Office.Core control ) : void | ||
OnLoad ( Microsoft.Office.Core r ) : void | ||
OnManualModeButtonPressed ( Microsoft.Office.Core control, bool isPressed ) : void |
public GetCustomUI ( string ribbonID ) : string | ||
ribbonID | string | |
Результат | string |
public OnAutomaticModeButtonPressed ( Microsoft.Office.Core control, bool isPressed ) : void | ||
control | Microsoft.Office.Core | |
isPressed | bool | |
Результат | void |
public OnClearHookButton ( Microsoft.Office.Core control ) : void | ||
control | Microsoft.Office.Core | |
Результат | void |
public OnGetPressed ( Microsoft.Office.Core control ) : bool | ||
control | Microsoft.Office.Core | |
Результат | bool |
public OnHelpClick ( Microsoft.Office.Core control ) : void | ||
control | Microsoft.Office.Core | |
Результат | void |
public OnLoad ( Microsoft.Office.Core r ) : void | ||
r | Microsoft.Office.Core | |
Результат | void |
public OnManualModeButtonPressed ( Microsoft.Office.Core control, bool isPressed ) : void | ||
control | Microsoft.Office.Core | |
isPressed | bool | |
Результат | void |