C# Класс ACPAddIn.RibbonX

Наследование: Microsoft.Office.Core.IRibbonExtensibility
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetCustomUI() публичный Метод

public GetCustomUI ( string ribbonID ) : string
ribbonID string
Результат string

OnAutomaticModeButtonPressed() публичный Метод

public OnAutomaticModeButtonPressed ( Microsoft.Office.Core control, bool isPressed ) : void
control Microsoft.Office.Core
isPressed bool
Результат void

OnClearHookButton() публичный Метод

public OnClearHookButton ( Microsoft.Office.Core control ) : void
control Microsoft.Office.Core
Результат void

OnGetPressed() публичный Метод

public OnGetPressed ( Microsoft.Office.Core control ) : bool
control Microsoft.Office.Core
Результат bool

OnHelpClick() публичный Метод

public OnHelpClick ( Microsoft.Office.Core control ) : void
control Microsoft.Office.Core
Результат void

OnLoad() публичный Метод

public OnLoad ( Microsoft.Office.Core r ) : void
r Microsoft.Office.Core
Результат void

OnManualModeButtonPressed() публичный Метод

public OnManualModeButtonPressed ( Microsoft.Office.Core control, bool isPressed ) : void
control Microsoft.Office.Core
isPressed bool
Результат void