C# Class ACPAddIn.RibbonX

Inheritance: Microsoft.Office.Core.IRibbonExtensibility
Afficher le fichier Open project: autocompaste/AutoComPaste

Méthodes publiques

Méthode 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 méthode

public GetCustomUI ( string ribbonID ) : string
ribbonID string
Résultat string

OnAutomaticModeButtonPressed() public méthode

public OnAutomaticModeButtonPressed ( Microsoft.Office.Core control, bool isPressed ) : void
control Microsoft.Office.Core
isPressed bool
Résultat void

OnClearHookButton() public méthode

public OnClearHookButton ( Microsoft.Office.Core control ) : void
control Microsoft.Office.Core
Résultat void

OnGetPressed() public méthode

public OnGetPressed ( Microsoft.Office.Core control ) : bool
control Microsoft.Office.Core
Résultat bool

OnHelpClick() public méthode

public OnHelpClick ( Microsoft.Office.Core control ) : void
control Microsoft.Office.Core
Résultat void

OnLoad() public méthode

public OnLoad ( Microsoft.Office.Core r ) : void
r Microsoft.Office.Core
Résultat void

OnManualModeButtonPressed() public méthode

public OnManualModeButtonPressed ( Microsoft.Office.Core control, bool isPressed ) : void
control Microsoft.Office.Core
isPressed bool
Résultat void