C# 클래스 Rubberduck.UI.Command.MenuItems.RubberduckCommandBar

파일 보기 프로젝트 열기: retailcoder/Rubberduck

공개 메소드들

메소드 설명
Initialize ( ) : void
RubberduckCommandBar ( RubberduckParserState state, VBE vbe, IShowParserErrorsCommand command ) : System
SetSelectionText ( Rubberduck.Parsing.Symbols.Declaration declaration ) : void
SetStatusText ( string value = null ) : void

비공개 메소드들

메소드 설명
OnRefresh ( ) : void
SetSelectionText ( QualifiedSelection selection ) : void
State_StateChanged ( object sender, EventArgs e ) : void
_statusButton_Click ( CommandBarButton Ctrl, bool &CancelDefault ) : void
refreshButton_Click ( CommandBarButton Ctrl, bool &CancelDefault ) : void

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

RubberduckCommandBar() 공개 메소드

public RubberduckCommandBar ( RubberduckParserState state, VBE vbe, IShowParserErrorsCommand command ) : System
state Rubberduck.Parsing.VBA.RubberduckParserState
vbe VBE
command IShowParserErrorsCommand
리턴 System

SetSelectionText() 공개 메소드

public SetSelectionText ( Rubberduck.Parsing.Symbols.Declaration declaration ) : void
declaration Rubberduck.Parsing.Symbols.Declaration
리턴 void

SetStatusText() 공개 메소드

public SetStatusText ( string value = null ) : void
value string
리턴 void