C# Class TPConfAddin.TPConfRibbon

Inheritance: Microsoft.Microsoft.Office.Core.Tools.Ribbon.RibbonBase
Mostra file Open project: eSDK/esdk_OutlookPlugin

Public Methods

Method Description
TPConfRibbon ( ) : System.Reflection
TPConfRibbon ( ) : System.Reflection

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GetOfficeLanguage ( string officeVersion ) : int
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IsOutLook2013 ( ) : bool

判断outlook版本

TPConfRibbon_Load ( object sender, RibbonUIEventArgs e ) : void
btnAboutClicked ( object sender, RibbonControlEventArgs e ) : void

About

btnConfSettingsClicked ( object sender, Microsoft e ) : void

设置会议是否关联到SMC,false: 未关联 ;true:关联(2014/9/29)

响应会议参数设置按钮

btnHelpClicked ( object sender, RibbonControlEventArgs e ) : void

Help

btnSystemSettingsClicked ( object sender, Microsoft e ) : void

响应系统参数设置按钮

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

TPConfRibbon() public method

public TPConfRibbon ( ) : System.Reflection
return System.Reflection

TPConfRibbon() public method

public TPConfRibbon ( ) : System.Reflection
return System.Reflection