C# 클래스 SpaceClaim.AddIn.Unfold.DashesPropertiesButtonCapsule

상속: SpaceClaim.AddInLibrary.RibbonButtonCapsule
파일 보기 프로젝트 열기: bcourter/SpaceClaim-AddIns

보호된 프로퍼티들

프로퍼티 타입 설명
activeWindow Window
dashLayer Layer
dashMinSize double
part Part

공개 메소드들

메소드 설명
DashesPropertiesButtonCapsule ( string name, string text, System image, string hint, RibbonCollectionCapsule parent, ButtonSize buttonSize ) : System

보호된 메소드들

메소드 설명
OnExecute ( System.Windows.Forms.Command command, Api context, System buttonRect ) : void

메소드 상세

DashesPropertiesButtonCapsule() 공개 메소드

public DashesPropertiesButtonCapsule ( string name, string text, System image, string hint, RibbonCollectionCapsule parent, ButtonSize buttonSize ) : System
name string
text string
image System
hint string
parent SpaceClaim.AddInLibrary.RibbonCollectionCapsule
buttonSize ButtonSize
리턴 System

OnExecute() 보호된 메소드

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

프로퍼티 상세

activeWindow 보호되어 있는 프로퍼티

protected Window activeWindow
리턴 Window

dashLayer 보호되어 있는 프로퍼티

protected Layer dashLayer
리턴 Layer

dashMinSize 보호되어 있는 프로퍼티

protected double dashMinSize
리턴 double

part 보호되어 있는 프로퍼티

protected Part part
리턴 Part