C# Class UnicodeCSVAddin.Ribbon1

Inheritance: Microsoft.Office.Core.IRibbonExtensibility
ファイルを表示 Open project: jaimonmathew/Unicode-CSV-Addin

Public Methods

Method 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

Method Description
GetResourceText ( string resourceName ) : string

Method Details

GetCustomUI() public method

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

Ribbon1() public method

public Ribbon1 ( ) : System
return System

Ribbon_Load() public method

public Ribbon_Load ( Microsoft.Office.Core ribbonUI ) : void
ribbonUI Microsoft.Office.Core
return void

SaveAsButtonAction() public method

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

SaveButtonAction() public method

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