C# Class UnicodeCSVAddin.Ribbon1

Inheritance: Microsoft.Office.Core.IRibbonExtensibility
Afficher le fichier Open project: jaimonmathew/Unicode-CSV-Addin

Méthodes publiques

Méthode Description
GetCustomUI ( string ribbonID ) : string
Ribbon1 ( ) : System
Ribbon_Load ( Microsoft.Office.Core ribbonUI ) : void
SaveAsButtonAction ( Microsoft.Office.Core control ) : void
SaveButtonAction ( Microsoft.Office.Core control ) : void

Private Methods

Méthode Description
GetResourceText ( string resourceName ) : string

Method Details

GetCustomUI() public méthode

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

Ribbon1() public méthode

public Ribbon1 ( ) : System
Résultat System

Ribbon_Load() public méthode

public Ribbon_Load ( Microsoft.Office.Core ribbonUI ) : void
ribbonUI Microsoft.Office.Core
Résultat void

SaveAsButtonAction() public méthode

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

SaveButtonAction() public méthode

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