C# 클래스 ACPAddIn.RibbonX

상속: Microsoft.Office.Core.IRibbonExtensibility
파일 보기 프로젝트 열기: autocompaste/AutoComPaste

공개 메소드들

메소드 설명
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

메소드 상세

GetCustomUI() 공개 메소드

public GetCustomUI ( string ribbonID ) : string
ribbonID string
리턴 string

OnAutomaticModeButtonPressed() 공개 메소드

public OnAutomaticModeButtonPressed ( Microsoft.Office.Core control, bool isPressed ) : void
control Microsoft.Office.Core
isPressed bool
리턴 void

OnClearHookButton() 공개 메소드

public OnClearHookButton ( Microsoft.Office.Core control ) : void
control Microsoft.Office.Core
리턴 void

OnGetPressed() 공개 메소드

public OnGetPressed ( Microsoft.Office.Core control ) : bool
control Microsoft.Office.Core
리턴 bool

OnHelpClick() 공개 메소드

public OnHelpClick ( Microsoft.Office.Core control ) : void
control Microsoft.Office.Core
리턴 void

OnLoad() 공개 메소드

public OnLoad ( Microsoft.Office.Core r ) : void
r Microsoft.Office.Core
리턴 void

OnManualModeButtonPressed() 공개 메소드

public OnManualModeButtonPressed ( Microsoft.Office.Core control, bool isPressed ) : void
control Microsoft.Office.Core
isPressed bool
리턴 void