C# 클래스 AddIn.ThisAddIn

상속: Microsoft.Office.Tools.AddInBase
파일 보기 프로젝트 열기: npalko/uRPC

공개 메소드들

메소드 설명
togglePaneVisibility ( ) : void

비공개 메소드들

메소드 설명
Application_WindowActivate ( Microsoft.Office.Interop.Excel Wb, Microsoft.Office.Interop.Excel Wn ) : void
BeginInitialization ( ) : void
BindToData ( ) : void
EndInitialization ( ) : void
FinishInitialization ( ) : void
Initialize ( ) : void
InitializeCachedData ( ) : void
InitializeComponents ( ) : void
InitializeControls ( ) : void
InitializeData ( ) : void
InitializeDataBindings ( ) : void
InternalStartup ( ) : void

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

IsCached ( string MemberName ) : bool
NeedsFill ( string MemberName ) : bool
OnShutdown ( ) : void
StartCaching ( string MemberName ) : void
StopCaching ( string MemberName ) : void
ThisAddIn ( )
ThisAddIn_Shutdown ( object sender, System e ) : void
ThisAddIn_Startup ( object sender, System e ) : void

메소드 상세

togglePaneVisibility() 공개 메소드

public togglePaneVisibility ( ) : void
리턴 void