C# Class ExcelQueryServiceAddIn.ExcelQueryServiceRibbon

Inheritance: Microsoft.Office.Core.IRibbonExtensibility
Show file Open project: NCIP/cagrid-grid-incubation

Public Methods

Method Description
CDECreationFormBtn_Clicked ( Microsoft.Office.Core control ) : void
ExcelQueryServiceRibbon ( ) : System
GetCustomUI ( string ribbonID ) : string
QueryTaskPaneToggle_Toggle ( Microsoft.Office.Core control, bool isPressed ) : void
Ribbon_Load ( Microsoft.Office.Core ribbonUI ) : void

Private Methods

Method Description
GetResourceText ( string resourceName ) : string

Method Details

CDECreationFormBtn_Clicked() public method

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

ExcelQueryServiceRibbon() public method

public ExcelQueryServiceRibbon ( ) : System
return System

GetCustomUI() public method

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

QueryTaskPaneToggle_Toggle() public method

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

Ribbon_Load() public method

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