C# 클래스 XCore.PaneBar

PaneBar, AKA "information bar"
상속: System.Windows.Forms.UserControl, IPaneBar, IxCoreColleague
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
AddGroup ( XCore group ) : void

GetMessageTargets ( ) : IxCoreColleague[]

return an array of all of the objects which should 1) be queried when looking for someone to deliver a message to 2) be potential recipients of a broadcast

Init ( IImageCollection smallImages, IUIMenuAdapter menuBarAdapter, XCore.Mediator mediator ) : void

Init ( ImageCollection smallImages, IUIMenuAdapter menuBarAdapter, XCore.Mediator mediator ) : void

Init ( XCore.Mediator mediator, System config ) : void

OnPropertyChanged ( string name ) : void

XCore will call us whenever a property has changed.

PaneBar ( ) : System
RefreshPane ( ) : void

보호된 메소드들

메소드 설명
AddMenu ( XCore choice ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
AddHotlink ( XCore choice ) : void
AddMenu ( XCore.ChoiceGroup choice ) : void
ClearMainPanelControls ( ) : void
GetOptionalMenuAlignment ( XCore.ChoiceRelatedClass choice ) : bool

Get the optional 'alignment' attribute from config XML. Returns true if we want 'normal' left justification. Returns false if we want right-ish justification.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

WatchPropertyOfButton ( PanelButton button ) : void

메소드 상세

AddGroup() 공개 메소드

public AddGroup ( XCore group ) : void
group XCore
리턴 void

AddMenu() 보호된 메소드

protected AddMenu ( XCore choice ) : void
choice XCore
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetMessageTargets() 공개 메소드

return an array of all of the objects which should 1) be queried when looking for someone to deliver a message to 2) be potential recipients of a broadcast
public GetMessageTargets ( ) : IxCoreColleague[]
리턴 IxCoreColleague[]

Init() 공개 메소드

public Init ( IImageCollection smallImages, IUIMenuAdapter menuBarAdapter, XCore.Mediator mediator ) : void
smallImages IImageCollection
menuBarAdapter IUIMenuAdapter
mediator XCore.Mediator
리턴 void

Init() 공개 메소드

public Init ( ImageCollection smallImages, IUIMenuAdapter menuBarAdapter, XCore.Mediator mediator ) : void
smallImages ImageCollection
menuBarAdapter IUIMenuAdapter
mediator XCore.Mediator
리턴 void

Init() 공개 메소드

public Init ( XCore.Mediator mediator, System config ) : void
mediator XCore.Mediator
config System
리턴 void

OnPropertyChanged() 공개 메소드

XCore will call us whenever a property has changed.
public OnPropertyChanged ( string name ) : void
name string
리턴 void

PaneBar() 공개 메소드

public PaneBar ( ) : System
리턴 System

RefreshPane() 공개 메소드

public RefreshPane ( ) : void
리턴 void