Property | Type | Description | |
---|---|---|---|
ReloadPaneBar | void |
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 |
||
PostLayoutInit ( ) : void | ||
PrepareToGoAway ( ) : bool | ||
RefreshPaneBar ( ) : void |
refresh (reload) the menu items on the PaneBar.
|
Method | Description | |
---|---|---|
OnLayout ( LayoutEventArgs levent ) : void |
make Width always match parent Width
|
|
OnSizeChanged ( EventArgs e ) : void |
make Width always match parent Width
|
Method | Description | |
---|---|---|
ReloadPaneBar ( IPaneBar paneBar ) : void |
public GetMessageTargets ( ) : IxCoreColleague[] | ||
return | IxCoreColleague[] |
public Init ( XCore.Mediator mediator, XmlNode configurationParameters ) : void | ||
mediator | XCore.Mediator | |
configurationParameters | XmlNode | |
return | void |
protected OnLayout ( LayoutEventArgs levent ) : void | ||
levent | LayoutEventArgs | |
return | void |
protected OnSizeChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
public PopulateCtrlTabTargetCandidateList ( List |
||
targetCandidates | List |
|
return | Control |