C# 클래스 SpaceClaim.AddIn.Utilities.ThreadToolCapsule

상속: SpaceClaim.AddInLibrary.RibbonButtonCapsule
파일 보기 프로젝트 열기: bcourter/SpaceClaim-AddIns 1 사용 예제들

공개 메소드들

메소드 설명
ThreadToolCapsule ( string commandName, RibbonCollectionCapsule parent, ButtonSize size ) : System

보호된 메소드들

메소드 설명
OnExecute ( System.Windows.Forms.Command command, ExecutionContext context, Rectangle buttonRect ) : void
OnInitialize ( System.Windows.Forms.Command command ) : void
OnUpdate ( System.Windows.Forms.Command command ) : void

메소드 상세

OnExecute() 보호된 메소드

protected OnExecute ( System.Windows.Forms.Command command, ExecutionContext context, Rectangle buttonRect ) : void
command System.Windows.Forms.Command
context ExecutionContext
buttonRect System.Drawing.Rectangle
리턴 void

OnInitialize() 보호된 메소드

protected OnInitialize ( System.Windows.Forms.Command command ) : void
command System.Windows.Forms.Command
리턴 void

OnUpdate() 보호된 메소드

protected OnUpdate ( System.Windows.Forms.Command command ) : void
command System.Windows.Forms.Command
리턴 void

ThreadToolCapsule() 공개 메소드

public ThreadToolCapsule ( string commandName, RibbonCollectionCapsule parent, ButtonSize size ) : System
commandName string
parent SpaceClaim.AddInLibrary.RibbonCollectionCapsule
size ButtonSize
리턴 System