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