C# Class ACPAddIn.RibbonX

Inheritance: Microsoft.Office.Core.IRibbonExtensibility
Mostrar archivo Open project: autocompaste/AutoComPaste

Public Methods

Method Description
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

Method Details

GetCustomUI() public method

public GetCustomUI ( string ribbonID ) : string
ribbonID string
return string

OnAutomaticModeButtonPressed() public method

public OnAutomaticModeButtonPressed ( Microsoft.Office.Core control, bool isPressed ) : void
control Microsoft.Office.Core
isPressed bool
return void

OnClearHookButton() public method

public OnClearHookButton ( Microsoft.Office.Core control ) : void
control Microsoft.Office.Core
return void

OnGetPressed() public method

public OnGetPressed ( Microsoft.Office.Core control ) : bool
control Microsoft.Office.Core
return bool

OnHelpClick() public method

public OnHelpClick ( Microsoft.Office.Core control ) : void
control Microsoft.Office.Core
return void

OnLoad() public method

public OnLoad ( Microsoft.Office.Core r ) : void
r Microsoft.Office.Core
return void

OnManualModeButtonPressed() public method

public OnManualModeButtonPressed ( Microsoft.Office.Core control, bool isPressed ) : void
control Microsoft.Office.Core
isPressed bool
return void