C# 클래스 XCore.PaneBarContainer

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

Private Properties

프로퍼티 타입 설명
ReloadPaneBar void

공개 메소드들

메소드 설명
CheckDisposed ( ) : void

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.

GetMessageTargets ( ) : IxCoreColleague[]
Init ( XCore.Mediator mediator, XmlNode configurationParameters ) : void

PaneBarContainer ( ) : System
PopulateCtrlTabTargetCandidateList ( List targetCandidates ) : Control
PostLayoutInit ( ) : void
PrepareToGoAway ( ) : bool
RefreshPaneBar ( ) : void

refresh (reload) the menu items on the PaneBar.

보호된 메소드들

메소드 설명
OnLayout ( LayoutEventArgs levent ) : void

make Width always match parent Width

OnSizeChanged ( EventArgs e ) : void

make Width always match parent Width

비공개 메소드들

메소드 설명
ReloadPaneBar ( IPaneBar paneBar ) : void

메소드 상세

CheckDisposed() 공개 메소드

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
public CheckDisposed ( ) : void
리턴 void

GetMessageTargets() 공개 메소드

public GetMessageTargets ( ) : IxCoreColleague[]
리턴 IxCoreColleague[]

Init() 공개 메소드

public Init ( XCore.Mediator mediator, XmlNode configurationParameters ) : void
mediator XCore.Mediator
configurationParameters XmlNode
리턴 void

OnLayout() 보호된 메소드

make Width always match parent Width
protected OnLayout ( LayoutEventArgs levent ) : void
levent LayoutEventArgs
리턴 void

OnSizeChanged() 보호된 메소드

make Width always match parent Width
protected OnSizeChanged ( EventArgs e ) : void
e EventArgs
리턴 void

PaneBarContainer() 공개 메소드

public PaneBarContainer ( ) : System
리턴 System

PopulateCtrlTabTargetCandidateList() 공개 메소드

public PopulateCtrlTabTargetCandidateList ( List targetCandidates ) : Control
targetCandidates List
리턴 Control

PostLayoutInit() 공개 메소드

public PostLayoutInit ( ) : void
리턴 void

PrepareToGoAway() 공개 메소드

public PrepareToGoAway ( ) : bool
리턴 bool

RefreshPaneBar() 공개 메소드

refresh (reload) the menu items on the PaneBar.
public RefreshPaneBar ( ) : void
리턴 void