Méthode | Description | |
---|---|---|
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 |
|
Méthode | Description | |
---|---|---|
AddMenu ( XCore choice ) : void | ||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
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 ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public GetMessageTargets ( ) : IxCoreColleague[] | ||
Résultat | IxCoreColleague[] |
public Init ( IImageCollection smallImages, IUIMenuAdapter menuBarAdapter, XCore.Mediator mediator ) : void | ||
smallImages | IImageCollection | |
menuBarAdapter | IUIMenuAdapter | |
mediator | XCore.Mediator | |
Résultat | void |
public Init ( ImageCollection smallImages, IUIMenuAdapter menuBarAdapter, XCore.Mediator mediator ) : void | ||
smallImages | ImageCollection | |
menuBarAdapter | IUIMenuAdapter | |
mediator | XCore.Mediator | |
Résultat | void |
public Init ( XCore.Mediator mediator, System config ) : void | ||
mediator | XCore.Mediator | |
config | System | |
Résultat | void |
public OnPropertyChanged ( string name ) : void | ||
name | string | |
Résultat | void |