C# Class XCore.PaneBarContainer

Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description
ReloadPaneBar void

Public Methods

Method Description
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.

Protected Methods

Method Description
OnLayout ( LayoutEventArgs levent ) : void

make Width always match parent Width

OnSizeChanged ( EventArgs e ) : void

make Width always match parent Width

Private Methods

Method Description
ReloadPaneBar ( IPaneBar paneBar ) : void

Method Details

CheckDisposed() public method

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

GetMessageTargets() public method

public GetMessageTargets ( ) : IxCoreColleague[]
return IxCoreColleague[]

Init() public method

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

OnLayout() protected method

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

OnSizeChanged() protected method

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

PaneBarContainer() public method

public PaneBarContainer ( ) : System
return System

PopulateCtrlTabTargetCandidateList() public method

public PopulateCtrlTabTargetCandidateList ( List targetCandidates ) : Control
targetCandidates List
return Control

PostLayoutInit() public method

public PostLayoutInit ( ) : void
return void

PrepareToGoAway() public method

public PrepareToGoAway ( ) : bool
return bool

RefreshPaneBar() public method

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