Method | Description | |
---|---|---|
AddStrategyInfo ( |
Adds a strategy to the top 10 Layout
|
|
ClearSelectionOfSelectedSlot ( ) : void |
Clears the selection attribute of the slots.
|
|
ClearTop10Slots ( ) : void |
Resets the Top 10 layout.
|
|
GetStrategy ( int balance ) : Strategy |
Returns strategy with the selected balance;
|
|
IsNominated ( int balance ) : bool |
Check whether the strategy has to be added in Top10 list
|
|
Top10Layout ( int maxStrategies ) : System |
Constructor
|
Method | Description | |
---|---|---|
OnResize ( |
Arranges the controls after resizing
|
Method | Description | |
---|---|---|
ArrangeTop10Slots ( ) : void |
Arranges slots in the layout.
|
|
SetVerticalScrollBar ( ) : void |
Shows, hides, sets the scrollbar.
|
|
VScrollBar_Scroll ( object sender, |
public AddStrategyInfo ( |
||
top10StrategyInfo | ||
return | void |
public ClearSelectionOfSelectedSlot ( ) : void | ||
return | void |
public GetStrategy ( int balance ) : Strategy | ||
balance | int | |
return | Strategy |
protected OnResize ( |
||
eventargs | ||
return | void |
public Top10Layout ( int maxStrategies ) : System | ||
maxStrategies | int | |
return | System |