C# 클래스 XCore.PanelButton

상속: PanelEx
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
IsRelatedProperty ( string name ) : bool

is what we are displaying affected by this XCore property?

PanelButton ( XCore choice, IImageCollection images ) : System
PanelButton ( XCore choice, ImageCollection images ) : System
UpdateDisplay ( ) : void

비공개 메소드들

메소드 설명
PanelButton_Click ( object sender, EventArgs e ) : void
SetLabel ( ) : void
panelButton_MouseDown ( object sender, MouseEventArgs e ) : void
panelButton_MouseEnter ( object sender, EventArgs e ) : void
panelButton_MouseLeave ( object sender, EventArgs e ) : void

메소드 상세

IsRelatedProperty() 공개 메소드

is what we are displaying affected by this XCore property?
public IsRelatedProperty ( string name ) : bool
name string
리턴 bool

PanelButton() 공개 메소드

public PanelButton ( XCore choice, IImageCollection images ) : System
choice XCore
images IImageCollection
리턴 System

PanelButton() 공개 메소드

public PanelButton ( XCore choice, ImageCollection images ) : System
choice XCore
images ImageCollection
리턴 System

UpdateDisplay() 공개 메소드

public UpdateDisplay ( ) : void
리턴 void