C# 클래스 XCore.PanelMenu

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

공개 메소드들

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

is what we are displaying affected by this XCore property?

PanelMenu ( XCore group, IImageCollection images, XCore menuBarAdapter ) : System
PanelMenu ( XCore group, ImageCollection images, XCore menuBarAdapter ) : System
UpdateDisplay ( ) : void

비공개 메소드들

메소드 설명
Display ( ) : void
PanelMenu_Click ( object sender, EventArgs e ) : void

메소드 상세

IsRelatedProperty() 공개 메소드

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

PanelMenu() 공개 메소드

public PanelMenu ( XCore group, IImageCollection images, XCore menuBarAdapter ) : System
group XCore
images IImageCollection
menuBarAdapter XCore
리턴 System

PanelMenu() 공개 메소드

public PanelMenu ( XCore group, ImageCollection images, XCore menuBarAdapter ) : System
group XCore
images ImageCollection
menuBarAdapter XCore
리턴 System

UpdateDisplay() 공개 메소드

public UpdateDisplay ( ) : void
리턴 void